LightRAG/examples
2025-01-22 16:56:40 +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
copy_llm_cache_to_another_storage.py Add some script in examples to copy llm cache from one solution to another 2025-01-16 07:56:13 +08:00
generate_query.py
get_all_edges_nx.py Organize files 2025-01-07 13:51:20 +08:00
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
lightrag_api_ollama_demo.py fix format 2024-12-09 17:06:52 +08:00
lightrag_api_open_webui_demo.py
lightrag_api_openai_compatible_demo.py
lightrag_api_oracle_demo.py
lightrag_azure_openai_demo.py
lightrag_bedrock_demo.py
lightrag_hf_demo.py
lightrag_jinaai_demo.py
lightrag_lmdeploy_demo.py
lightrag_nvidia_demo.py
lightrag_ollama_age_demo.py Add Apache AGE graph storage 2024-12-13 20:41:38 +01:00
lightrag_ollama_demo.py
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
lightrag_openai_compatible_demo.py
lightrag_openai_compatible_demo_embedding_cache.py
lightrag_openai_compatible_stream_demo.py
lightrag_openai_demo.py
lightrag_openai_neo4j_milvus_redis_demo.py feat: 增加redis KV存储,增加openai+neo4j+milvus+redis的demo测试,新增lightrag.py: RedisKVStorage,新增requirements.txt:aioredis依赖 2025-01-22 16:56:40 +08:00
lightrag_oracle_demo.py support pipeline mode 2025-01-16 12:58:15 +08:00
lightrag_siliconcloud_demo.py
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
openai_README_zh.md add readme_zh 2025-01-16 20:53:18 +08:00
query_keyword_separation_example.py Fix linting errors 2025-01-16 11:31:22 +05:30
test.py Organize files 2025-01-07 13:51:20 +08:00
test_chromadb.py Organize files 2025-01-07 13:51:20 +08:00
test_neo4j.py Organize files 2025-01-07 13:51:20 +08:00
test_split_by_character.ipynb 增加仅字符分割参数,如果开启,仅采用字符分割,不开启,在分割完以后如果chunk过大,会继续根据token size分割,更新测试文件 2025-01-09 11:55:49 +08:00
vram_management_demo.py