LightRAG/examples
Samuel Chan 6ae27d8f06 Some enhancements:
- Enable the llm_cache storage to support get_by_mode_and_id, to improve the performance for using real KV server
- Provide an option for the developers to cache the LLM response when extracting entities for a document. Solving the paint point that sometimes the process failed, the processed chunks we need to call LLM again, money and time wasted. With the new option (by default not enabled) enabling, we can cache that result, can significantly save the time and money for beginners.
2025-01-06 12:50:05 +08:00
..
.env.oai.example Refactor code formatting and update requirements for improved clarity and consistency 2024-12-24 09:56:33 +01:00
batch_eval.py chore: added pre-commit-hooks and ruff formatting for commit-hooks 2024-10-19 09:43:17 +05:30
generate_query.py chore: added pre-commit-hooks and ruff formatting for commit-hooks 2024-10-19 09:43:17 +05:30
graph_visual_with_html.py Merge branch 'main' into fix-entity-name-string 2024-12-09 17:30:40 +08:00
graph_visual_with_neo4j.py Update graph_visual_with_neo4j.py 2024-12-26 14:55:22 +08:00
insert_custom_kg.py update insert custom kg 2024-12-04 19:44:04 +08:00
lightrag_api_ollama_demo.py fix format 2024-12-09 17:06:52 +08:00
lightrag_api_open_webui_demo.py Add support for Ollama streaming output and integrate Open-WebUI as the chat UI demo 2024-12-06 10:13:16 +08:00
lightrag_api_openai_compatible_demo.py Fix: unexpected keyword argument error. 2024-12-05 14:11:43 +08:00
lightrag_api_oracle_demo.py Fix: unexpected keyword argument error. 2024-12-05 14:11:43 +08:00
lightrag_azure_openai_demo.py Fix: unexpected keyword argument error. 2024-12-05 14:11:43 +08:00
lightrag_bedrock_demo.py chore: added pre-commit-hooks and ruff formatting for commit-hooks 2024-10-19 09:43:17 +05:30
lightrag_hf_demo.py set encoding as utf-8 when reading ./book.txt in examples 2024-10-22 16:01:40 +08:00
lightrag_jinaai_demo.py Move jina demo 2024-12-09 11:19:57 +08:00
lightrag_lmdeploy_demo.py Fix JSON parsing error 2024-12-05 18:26:55 +08:00
lightrag_nvidia_demo.py update insert custom kg 2024-12-04 19:44:04 +08:00
lightrag_ollama_age_demo.py Add Apache AGE graph storage 2024-12-13 20:41:38 +01:00
lightrag_ollama_demo.py Add support for Ollama streaming output and integrate Open-WebUI as the chat UI demo 2024-12-06 10:13:16 +08:00
lightrag_ollama_gremlin_demo.py GremlinStorage: fix linting error, use asyncio.gather in get_node_edges() 2024-12-20 09:57:35 +01:00
lightrag_ollama_neo4j_milvus_mongo_demo.py Add MongoDB as KV storage 2024-12-05 13:57:43 +08:00
lightrag_openai_compatible_demo.py Fix: unexpected keyword argument error. 2024-12-05 14:11:43 +08:00
lightrag_openai_compatible_demo_embedding_cache.py feat(lightrag): 添加 查询时使用embedding缓存功能 2024-12-06 08:18:09 +08:00
lightrag_openai_compatible_stream_demo.py Add support for OpenAI Compatible Streaming output 2024-12-07 14:53:15 +08:00
lightrag_openai_demo.py set encoding as utf-8 when reading ./book.txt in examples 2024-10-22 16:01:40 +08:00
lightrag_oracle_demo.py Fix: unexpected keyword argument error. 2024-12-05 14:11:43 +08:00
lightrag_siliconcloud_demo.py Fix: unexpected keyword argument error. 2024-12-05 14:11:43 +08:00
lightrag_tidb_demo.py support TiDBGraphStorage 2024-12-18 10:57:33 +08:00
lightrag_zhipu_demo.py Update __version__ 2024-12-13 20:15:49 +08:00
lightrag_zhipu_postgres_demo.py Some enhancements: 2025-01-06 12:50:05 +08:00
openai_README.md Added azure openai lightrag server to the api install and fused documentation. 2024-12-26 21:32:56 +01:00
vram_management_demo.py Manually reformatted files 2024-10-25 13:32:25 +05:30