Commit Graph

1508 Commits

Author SHA1 Message Date
yangdx
3150c2812f Fix loop step from 1 to 2 in get_conversation_turns, ensure user-assistant pairing 2025-01-30 13:08:27 +08:00
yangdx
cc50ade14e Fix concurrent problem on extract_entities function.
- Abandon the approach of temporarily replacing the global llm_model_func configuration
- Introduce custom_llm function with new_config for handle_cache while extracting entities
- Update handle_cache to accept custom_llm
2025-01-30 02:45:33 +08:00
yangdx
06647438b2 Refactor threshold handling to use environment variables and global config settings for oracle, postgres and tidb 2025-01-29 23:47:57 +08:00
yangdx
46c9c7d95b Update sample env file and documentation
- Change COSINE_THRESHOLD to 0.4
- Adjust TOP_K to 50
- Enhance API README details
2025-01-29 23:45:20 +08:00
yangdx
e29682eef8 Allow configuration of LLM parameters through environment variables 2025-01-29 23:39:47 +08:00
yangdx
20d6355a4a Fix cosine threshold parameter setting error for chroma 2025-01-29 22:41:18 +08:00
yangdx
90c765c724 Fix linting 2025-01-29 22:14:18 +08:00
yangdx
5c7b2d7c9f Merge from main 2025-01-29 22:13:01 +08:00
yangdx
c8b890547a Add logging for query parameters in NanoVectorDBStorage.query 2025-01-29 21:36:31 +08:00
yangdx
7ff8c7b9d8 Add timeout parameter to OpenAI alike LLM model configuration 2025-01-29 21:35:46 +08:00
yangdx
7aedc08caf Add RAG configuration options and enhance parameter configurability
- Add top-k and cosine-threshold parms for api server
- Update .env and cli parms handling with new parameters
- Improve splash screen display
- Update bash and storage classes to read new parameters from .env file.
2025-01-29 21:34:34 +08:00
yangdx
d0052456d4 Fix cosine threshold parameter setting error 2025-01-29 21:09:11 +08:00
zrguo
0c42d66954 Merge pull request #671 from ranfysvalle02/main
+ MongoDB KnowledgeGraph Support
2025-01-29 21:05:28 +08:00
yangdx
4302c65a04 Avoid unnecessary LLM response generation 2025-01-29 21:01:35 +08:00
yangdx
c423f37f62 Lower log level for keyword outputs 2025-01-29 21:00:42 +08:00
ranfysvalle02
4c349c208d +MDB KG 2025-01-29 07:31:34 -05:00
zrguo
f5a87ba5cb Merge pull request #666 from ParisNeo/main
Added the possibility to change the name of the model on ollama service
2025-01-29 10:09:15 +08:00
Saifeddine ALOUI
b5d09725f5 linting 2025-01-28 18:20:45 +01:00
Saifeddine ALOUI
4ab1deaf25 Fixed --simulated-model-name argument 2025-01-28 15:32:41 +01:00
Saifeddine ALOUI
d493830b10 Update lightrag_server.py 2025-01-28 15:30:36 +01:00
Saifeddine ALOUI
9fdea743e4 Update lightrag_server.py 2025-01-28 15:03:26 +01:00
zrguo
80451af839 fix linting errors 2025-01-27 23:21:34 +08:00
zrguo
9a7a6f9aac Merge pull request #660 from ParisNeo/main
LightRAG Enhancements PR
2025-01-27 23:17:03 +08:00
zrguo
7dd6bd4ceb Merge branch 'main' into main 2025-01-27 23:16:06 +08:00
zrguo
ba40a8de8b Merge pull request #659 from danielaskdd/cvs_robustness
Enhance robustness of CVS processing ,Fix potential CSV parsing issues
2025-01-27 23:12:43 +08:00
Saifeddine ALOUI
e4b2a5956e Upgraded ui 2025-01-27 12:49:12 +01:00
Saifeddine ALOUI
a4156fed19 Fixed ui 2025-01-27 12:44:22 +01:00
Saifeddine ALOUI
340ba40770 Added rescan button 2025-01-27 12:25:59 +01:00
Saifeddine ALOUI
0721ee303c Fixed files list 2025-01-27 12:02:22 +01:00
Saifeddine ALOUI
7957c7c753 split the html and javascript code 2025-01-27 10:23:50 +01:00
Saifeddine ALOUI
16d1ae77ee fixed csv_string_to_list when data contains null 2025-01-27 10:15:30 +01:00
Saifeddine ALOUI
315f0bf5f9 Added escaping to list_of_list_to_csv 2025-01-27 10:13:06 +01:00
Saifeddine ALOUI
5d97d7e42c removed storage.py 2025-01-27 10:01:59 +01:00
Saifeddine ALOUI
56e9c9f4d5 Moved the storages to kg folder 2025-01-27 09:59:26 +01:00
Saifeddine ALOUI
52037205eb Update tidb_impl.py 2025-01-27 09:40:50 +01:00
Saifeddine ALOUI
b2c1144219 Update redis_impl.py 2025-01-27 09:39:58 +01:00
Saifeddine ALOUI
b6068046ff Update postgres_impl.py 2025-01-27 09:39:39 +01:00
Saifeddine ALOUI
57682389e2 Update postgres_impl_test.py 2025-01-27 09:38:32 +01:00
Saifeddine ALOUI
c7c56863b1 Update postgres_impl.py 2025-01-27 09:36:53 +01:00
Saifeddine ALOUI
ecadb71556 Update oracle_impl.py 2025-01-27 09:36:34 +01:00
Saifeddine ALOUI
3fdeeff8ba Update neo4j_impl.py 2025-01-27 09:36:10 +01:00
Saifeddine ALOUI
7a5d058a57 Update mongo_impl.py 2025-01-27 09:35:50 +01:00
Saifeddine ALOUI
9390abb49b Update milvus_impl.py 2025-01-27 09:35:26 +01:00
Saifeddine ALOUI
af245eb73e Update age_impl.py 2025-01-27 09:35:08 +01:00
Saifeddine ALOUI
09c55032bd Update requirements.txt 2025-01-27 09:34:43 +01:00
Saifeddine ALOUI
ce88761859 Update storage.py 2025-01-27 09:34:23 +01:00
Saifeddine ALOUI
6d95f58f34 Update lightrag.py 2025-01-27 09:34:00 +01:00
Saifeddine ALOUI
2f19ac3625 Update graph_visual_with_html.py 2025-01-27 09:33:35 +01:00
Saifeddine ALOUI
609d060579 Update requirements.txt 2025-01-27 09:33:04 +01:00
Saifeddine ALOUI
3c72299e38 Update networkx_storage.py 2025-01-27 09:31:46 +01:00