Commit Graph

1735 Commits

Author SHA1 Message Date
Yannick Stephan
dfa8681924 code clean 2025-02-14 23:33:59 +01:00
Yannick Stephan
66f555677a cleaning the message and project no needed 2025-02-14 23:31:27 +01:00
Yannick Stephan
28c8443ff2 cleaning the mess 2025-02-14 22:50:49 +01:00
ArnoChen
a600beb619 implement MongoDB support for VectorDB storage. optimize existing MongoDB implementations 2025-02-15 00:38:41 +08:00
ArnoChen
70fc4cbfb0 handle missing edge types in graph data 2025-02-15 00:34:38 +08:00
Pankaj Kaushal
cd81312659 Enhance Neo4j graph storage with error handling and label validation
- Add label existence check and validation methods in Neo4j implementation
- Improve error handling in get_node, get_edge, and upsert methods
- Add default values and logging for missing edge properties
- Ensure consistent label processing across graph storage methods
2025-02-14 16:07:41 +01:00
yangdx
f6058b79b6 Update .env.example with absolute path placeholders 2025-02-14 13:26:19 +08:00
yangdx
258c7596e6 fix: Improve file path handling and logging for document scanning
• Convert relative paths to absolute paths
• Add logging for file scanning progress
• Log total number of new files found
• Enhance file scanning feedback
• Improve path resolution safety
2025-02-14 12:50:43 +08:00
yangdx
2c56141bfd Standardize variable names with other vector database implementations (without functional modifications) 2025-02-14 12:34:26 +08:00
destiny
a5cd2b1958 Fix embedding type conversion issue in the query function of chroma_impl; chroma_impl supports local persistent client: PersistentClient 2025-02-14 11:00:54 +08:00
zrguo
4d58ff8bb4 Merge pull request #771 from enriquecatala/fix-litellm-litellm-proxy-support
Enable LiteLLM proxy with embedding_binding_host
2025-02-14 09:43:55 +08:00
zrguo
6a5e92aeed Merge pull request #769 from YanSte/fix-delete
Fixe the delete
2025-02-14 09:42:43 +08:00
zrguo
a5a6b42f79 Merge pull request #766 from danielaskdd/background-scan-at-startup
Move document scanning trigger by command line to background task
2025-02-14 09:41:20 +08:00
zrguo
2f2e4f4664 Merge pull request #768 from ArnoChenFx/fix-backends
Fix various runtime errors
2025-02-14 09:39:27 +08:00
zrguo
1841c8d536 Merge branch 'main' into fix-backends 2025-02-14 09:39:11 +08:00
zrguo
2f4c028f87 Merge pull request #765 from danielaskdd/hotfix-typo-error
Fix typos in documentation tree structure and storage check rules
2025-02-14 09:36:59 +08:00
zrguo
267fa7c0f5 Merge pull request #764 from ultrageopro/main
fix: neo4j MAX_CONNECTION_POOL_SIZE impl
2025-02-14 09:36:37 +08:00
Enrique Catalá
f9d69b889e ruff reformat 2025-02-14 00:16:59 +01:00
Enrique Catalá
0ece8e102d lint fix 2025-02-14 00:09:32 +01:00
Enrique Catalá
991fa33986 Enable LiteLLM proxy with embedding_binding_host 2025-02-13 22:45:03 +01:00
Yannick Stephan
cf0b9ce6be fixed the delete 2025-02-13 20:52:33 +01:00
ArnoChen
cac1c993a9 remove redundant cosine similarity filter in Qdrant query
fix
2025-02-14 03:16:01 +08:00
ArnoChen
307184985b fix configuration errors of milvus 2025-02-14 03:00:56 +08:00
ArnoChen
0f12b400e4 disabled check_storage_env_vars
because the configurations of many backends can be read from the configuration file instead of environment variables.
2025-02-14 02:50:11 +08:00
ArnoChen
637e7efa83 add the missing MongoDocStatusStorage 2025-02-14 02:49:00 +08:00
ArnoChen
9a91b68e62 fix configuration errors of mongodb, neo4j, and qdrant backends. 2025-02-14 02:48:15 +08:00
yangdx
35d6e2d322 Fix linting 2025-02-14 02:32:33 +08:00
yangdx
6f999aa5e5 Refactor file conversion to use async execution
- Wrap sync conversion in async function
- Use asyncio.to_thread for non-blocking IO
- Maintain same functionality as before
- Clean up temporary files properly
- Improve responsiveness of file processing
2025-02-14 02:31:58 +08:00
yangdx
cd3815e825 Fix linting 2025-02-14 01:14:12 +08:00
yangdx
08364e99fb Move document scanning trigger by command line to background task
- Added background task management
- Prevented concurrent scanning
- Tracked scanning progress
- Improved startup performance
- Enhanced error handling
2025-02-14 01:12:39 +08:00
zrguo
5730987349 Merge pull request #759 from enriquecatala/fix-env-security
Exclude .env from Docker Image & Mount as Volume in docker-compose.yml
2025-02-14 00:50:51 +08:00
ultrageopro
8773ad983f fix: incorrect usage of os.environ.get in PASSWORD 2025-02-13 18:09:24 +03:00
ultrageopro
a50cdbc177 fix: incorrect usage of os.environ.get method in neo4j 2025-02-13 18:07:24 +03:00
yangdx
47268c2ab1 Fix linting 2025-02-13 21:01:34 +08:00
yangdx
e1d9dba20d Fix typos in documentation tree structure and storage implementation names
• Correct menu tree structure in splash screen
• Fix MilvusVectorDBStorage typo
• Update storage env requirements
2025-02-13 20:40:29 +08:00
ultrageopro
1a0d7d6ece fix: linting 2025-02-13 15:29:18 +03:00
ultrageopro
438caa776d fix: neo4j MAX_CONNECTION_POOL_SIZE impl 2025-02-13 15:26:45 +03:00
zrguo
8282a0ee00 Merge pull request #744 from danielaskdd/select-datastore-in-api-server
Add datastore selection feature for API Server
2025-02-13 20:04:16 +08:00
zrguo
dea6f4f288 Merge branch 'main' into select-datastore-in-api-server 2025-02-13 20:03:38 +08:00
zrguo
3661850ab2 Merge pull request #737 from ArnoChenFx/graph-viewer-webui
graph viewer webui
2025-02-13 19:55:32 +08:00
yangdx
fab33cfc91 chore: bump api version from 1.0.4 to 1.0.5 2025-02-13 19:33:15 +08:00
ArnoChen
42d90f2b16 rename jsondocstatus to json_doc_status for consistency 2025-02-13 18:38:12 +08:00
Enrique Catalá
cacb429ad9 fix linting 2025-02-13 11:35:38 +01:00
ArnoChen
6896d4ab21 add pre-built graph viewer files
format

a

a
2025-02-13 18:05:50 +08:00
ArnoChen
464042f2c0 display webui and graph viewer links in splash screen 2025-02-13 18:03:09 +08:00
ArnoChen
bc83c4c7ed update readme
configure output directory
2025-02-13 17:54:10 +08:00
ArnoChen
c674905a98 use KnowledgeGraph typed dict for graph API response 2025-02-13 17:32:51 +08:00
ArnoChen
e4562c761c fix typo 2025-02-13 17:32:05 +08:00
ArnoChen
adb234d5cf remove webui_depricated 2025-02-13 17:30:03 +08:00
ArnoChen
85e6989abc move lightrag_webui folder to top directory 2025-02-13 17:29:51 +08:00