This website requires JavaScript.
3150c2812f
Fix loop step from 1 to 2 in get_conversation_turns, ensure user-assistant pairing
yangdx
2025-01-30 13:08:27 +08:00
cc50ade14e
Fix concurrent problem on extract_entities function.
yangdx
2025-01-30 02:45:33 +08:00
06647438b2
Refactor threshold handling to use environment variables and global config settings for oracle, postgres and tidb
yangdx
2025-01-29 23:47:57 +08:00
46c9c7d95b
Update sample env file and documentation
yangdx
2025-01-29 23:45:20 +08:00
e29682eef8
Allow configuration of LLM parameters through environment variables
yangdx
2025-01-29 23:39:47 +08:00
20d6355a4a
Fix cosine threshold parameter setting error for chroma
yangdx
2025-01-29 22:41:18 +08:00
90c765c724
Fix linting
yangdx
2025-01-29 22:14:18 +08:00
5c7b2d7c9f
Merge from main
yangdx
2025-01-29 22:13:01 +08:00
c8b890547a
Add logging for query parameters in NanoVectorDBStorage.query
yangdx
2025-01-29 21:36:31 +08:00
7ff8c7b9d8
Add timeout parameter to OpenAI alike LLM model configuration
yangdx
2025-01-29 21:35:46 +08:00
7aedc08caf
Add RAG configuration options and enhance parameter configurability
yangdx
2025-01-29 21:34:34 +08:00
d0052456d4
Fix cosine threshold parameter setting error
yangdx
2025-01-29 21:09:11 +08:00
0c42d66954
Merge pull request #671 from ranfysvalle02/main
zrguo
2025-01-29 21:05:28 +08:00
4302c65a04
Avoid unnecessary LLM response generation
yangdx
2025-01-29 21:01:35 +08:00
c423f37f62
Lower log level for keyword outputs
yangdx
2025-01-29 21:00:42 +08:00
4c349c208d
+MDB KG
ranfysvalle02
2025-01-29 07:31:34 -05:00
f5a87ba5cb
Merge pull request #666 from ParisNeo/main
zrguo
2025-01-29 10:09:15 +08:00
b5d09725f5
linting
Saifeddine ALOUI
2025-01-28 18:20:45 +01:00
4ab1deaf25
Fixed --simulated-model-name argument
Saifeddine ALOUI
2025-01-28 15:32:41 +01:00
d493830b10
Update lightrag_server.py
Saifeddine ALOUI
2025-01-28 15:30:36 +01:00
9fdea743e4
Update lightrag_server.py
Saifeddine ALOUI
2025-01-28 15:03:26 +01:00
80451af839
fix linting errors
zrguo
2025-01-27 23:21:34 +08:00
9a7a6f9aac
Merge pull request #660 from ParisNeo/main
zrguo
2025-01-27 23:17:03 +08:00
7dd6bd4ceb
Merge branch 'main' into main
zrguo
2025-01-27 23:16:06 +08:00
ba40a8de8b
Merge pull request #659 from danielaskdd/cvs_robustness
zrguo
2025-01-27 23:12:43 +08:00
e4b2a5956e
Upgraded ui
Saifeddine ALOUI
2025-01-27 12:49:12 +01:00
a4156fed19
Fixed ui
Saifeddine ALOUI
2025-01-27 12:44:22 +01:00
340ba40770
Added rescan button
Saifeddine ALOUI
2025-01-27 12:25:59 +01:00
0721ee303c
Fixed files list
Saifeddine ALOUI
2025-01-27 12:02:22 +01:00
7957c7c753
split the html and javascript code
Saifeddine ALOUI
2025-01-27 10:23:50 +01:00
16d1ae77ee
fixed csv_string_to_list when data contains null
Saifeddine ALOUI
2025-01-27 10:15:30 +01:00
315f0bf5f9
Added escaping to list_of_list_to_csv
Saifeddine ALOUI
2025-01-27 10:13:06 +01:00
5d97d7e42c
removed storage.py
Saifeddine ALOUI
2025-01-27 10:01:59 +01:00
56e9c9f4d5
Moved the storages to kg folder
Saifeddine ALOUI
2025-01-27 09:59:26 +01:00
52037205eb
Update tidb_impl.py
Saifeddine ALOUI
2025-01-27 09:40:50 +01:00
b2c1144219
Update redis_impl.py
Saifeddine ALOUI
2025-01-27 09:39:58 +01:00
b6068046ff
Update postgres_impl.py
Saifeddine ALOUI
2025-01-27 09:39:39 +01:00
57682389e2
Update postgres_impl_test.py
Saifeddine ALOUI
2025-01-27 09:38:32 +01:00
c7c56863b1
Update postgres_impl.py
Saifeddine ALOUI
2025-01-27 09:36:53 +01:00
ecadb71556
Update oracle_impl.py
Saifeddine ALOUI
2025-01-27 09:36:34 +01:00
3fdeeff8ba
Update neo4j_impl.py
Saifeddine ALOUI
2025-01-27 09:36:10 +01:00
7a5d058a57
Update mongo_impl.py
Saifeddine ALOUI
2025-01-27 09:35:50 +01:00
9390abb49b
Update milvus_impl.py
Saifeddine ALOUI
2025-01-27 09:35:26 +01:00
af245eb73e
Update age_impl.py
Saifeddine ALOUI
2025-01-27 09:35:08 +01:00
09c55032bd
Update requirements.txt
Saifeddine ALOUI
2025-01-27 09:34:43 +01:00
ce88761859
Update storage.py
Saifeddine ALOUI
2025-01-27 09:34:23 +01:00
6d95f58f34
Update lightrag.py
Saifeddine ALOUI
2025-01-27 09:34:00 +01:00
2f19ac3625
Update graph_visual_with_html.py
Saifeddine ALOUI
2025-01-27 09:33:35 +01:00
609d060579
Update requirements.txt
Saifeddine ALOUI
2025-01-27 09:33:04 +01:00
3c72299e38
Update networkx_storage.py
Saifeddine ALOUI
2025-01-27 09:31:46 +01:00
3fe780893a
Update nano_vector_db.py
Saifeddine ALOUI
2025-01-27 09:31:23 +01:00
befcb82693
Update jsondocstatus_storage.py
Saifeddine ALOUI
2025-01-27 09:30:39 +01:00
4911f936e0
Update json_kv_storage.py
Saifeddine ALOUI
2025-01-27 09:29:09 +01:00
f9fdd4cb35
Create __init__.py
Saifeddine ALOUI
2025-01-27 09:27:08 +01:00
c8d384f15f
Fix linting
yangdx
2025-01-27 16:12:30 +08:00
dd94b0026a
Create networkx_storage.py
Saifeddine ALOUI
2025-01-27 09:09:08 +01:00
fc2ebd98db
Create nano_vector_db.py
Saifeddine ALOUI
2025-01-27 09:08:41 +01:00
d274beb9d2
Create jsondocstatus_storage.py
Saifeddine ALOUI
2025-01-27 09:08:14 +01:00
fc3cc40a2e
Create json_kv_storage.py
Saifeddine ALOUI
2025-01-27 09:07:52 +01:00
6d61b37c03
Add type ignore for pptx import
yangdx
2025-01-27 16:07:03 +08:00
66720409bd
Enhance robustness of CVS processing ,Fix potential CSV parsing issues
yangdx
2025-01-27 15:32:27 +08:00
3b3e0719a7
Merge pull request #658 from MdNazishArmanShorthillsAI/main
zrguo
2025-01-27 15:12:14 +08:00
50f1e08be5
Merge pull request #656 from ParisNeo/main
zrguo
2025-01-27 15:11:58 +08:00
f0b2024667
Query with your custom prompts
MdNazishArmanShorthillsAI
2025-01-27 10:32:22 +05:30
f307ed43f5
fixed linting
Saifeddine ALOUI
2025-01-27 02:10:24 +01:00
a68aebb124
translated docstrings to english and enhanced the webui
Saifeddine ALOUI
2025-01-27 02:07:06 +01:00
2cd4fc0258
Merge pull request #649 from soichisumi/fix-webui-auth
zrguo
2025-01-27 06:39:53 +08:00
2d033c9a99
Merge pull request #652 from ArnoChenFx/main
zrguo
2025-01-27 06:34:34 +08:00
bd2b3f334e
Merge pull request #650 from danielaskdd/Add-history-support-for-ollama-api
zrguo
2025-01-27 06:34:10 +08:00
28b139d074
Merge pull request #647 from 18277486571HYB/redis_impl
zrguo
2025-01-27 06:32:15 +08:00
03604d3186
Fix linting
yangdx
2025-01-27 02:46:21 +08:00
01288debd1
Ensure splash output flush to system log
yangdx
2025-01-27 02:45:44 +08:00
c1edef7119
Increase timeout for LightRAG Ollama chat
yangdx
2025-01-26 23:21:32 +08:00
f045fc3d59
Update API endpoint documentation
yangdx
2025-01-26 11:36:24 +08:00
cd5b1dc98f
fix: light_server.py fix
hyb
2025-01-26 09:13:11 +08:00
275eebe28a
fix: webui English fix
hyb
2025-01-26 09:01:53 +08:00
f8d26cb193
Update default history turns to 3
yangdx
2025-01-26 05:19:51 +08:00
25a58a6545
Fix linting
yangdx
2025-01-26 05:10:57 +08:00
9f80c1904f
Refactoring command line argurements handling logic, add more RAG config to splash screen
yangdx
2025-01-26 05:09:42 +08:00
e4e42a8ec4
Fetch chunk size and chunk overlap size from .env file
yangdx
2025-01-26 02:31:16 +08:00
22742ec9cb
fix: remove outdated Ollama model config notes
yangdx
2025-01-25 23:46:29 +08:00
300f9564c5
fix README
ARNO
2025-01-25 23:41:32 +08:00
aa4bccb1bb
Remove lightrag_api_open_webui_demo.py file
yangdx
2025-01-25 23:38:45 +08:00
bd75ef05c6
fix: webui English fix
hyb
2025-01-25 23:14:12 +08:00
b6214b865d
Merge commit 'e7e9073ef7b8f2fc4d4fec6363f417a31f89d667' into Add-history-support-for-ollama-api
yangdx
2025-01-25 23:11:38 +08:00
86282ba434
Fix history_context handling error in kg_query
yangdx
2025-01-25 22:54:12 +08:00
e7e9073ef7
Merge pull request #646 from danielaskdd/Fix-broken-main
zrguo
2025-01-25 22:38:00 +08:00
2719e07107
Convert OllamaMessage to dict in conversation history
yangdx
2025-01-25 22:33:09 +08:00
fb9df50ada
Add conversation history support to chat API
yangdx
2025-01-25 22:14:40 +08:00
763b32177d
last one request with auth
soichisumi
2025-01-25 22:51:35 +09:00
49a632a739
add fix
soichisumi
2025-01-25 22:51:06 +09:00
9a99f3e3ae
fix auth of upload
soichisumi
2025-01-25 22:50:41 +09:00
3e44df923f
fix auth header
soichisumi
2025-01-25 22:50:05 +09:00
06673b6fb2
Add logging for high and low-level keywords
yangdx
2025-01-25 20:11:52 +08:00
8e52846a8b
fix: webui fix
hyb
2025-01-25 18:54:40 +08:00
3dba406644
feat: Added webui management, including file upload, text upload, Q&A query, graph database management (can view tags, view knowledge graph based on tags), system status (whether it is good, data storage status, model status, path),request /webui/index.html
hyb
2025-01-25 18:38:46 +08:00
cf2f83377c
fix linting
yangdx
2025-01-25 16:57:47 +08:00
66dcc551ef
Fix LLM binding variable name in create_app function
yangdx
2025-01-25 16:29:59 +08:00
d1969515d3
Add conversation history to naive_query prompt
yangdx
2025-01-25 16:29:18 +08:00
207c0e8299
Update __init__.py
zrguo
2025-01-25 14:53:37 +08:00