feat: Migrate document parsing to Aliyun and update embedding configurations
- Updated LocalDocumentParser to include raw_layouts and artifact_prefix from settings. - Added new documents with failure reasons and metadata to documents.json for better error tracking. - Created a new documentation file detailing the Aliyun ingest implementation process. - Updated RFC to reflect changes in the parsing backend and embedding dimensions. - Modified tests to accommodate the new embedding dimension of 1024 and updated parser and chunk builder assertions. - Verified migration configurations to ensure correct settings for embedding model and backend.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
# ===== Milvus向量数据库配置(已有)=====
|
||||
MILVUS_HOST=6.86.80.8
|
||||
MILVUS_PORT=19530
|
||||
MILVUS_COLLECTION=regulations_dense_1536
|
||||
MILVUS_COLLECTION=regulations_dense_1024_v1
|
||||
MILVUS_DB_NAME=default
|
||||
|
||||
# ===== MinIO对象存储配置(已有)=====
|
||||
@@ -26,4 +26,3 @@ POSTGRES_PORT=5432
|
||||
POSTGRES_USER=postgresql
|
||||
POSTGRES_PASSWORD=postgresql123456
|
||||
POSTGRES_DB=compliance_db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user