LightRAG/lightrag
Pankaj Kaushal 173a806b9a Moved back to llm dir as per
https://github.com/HKUDS/LightRAG/pull/864#issuecomment-2669705946

- Created two new example scripts demonstrating LightRAG integration with LlamaIndex:
  - `lightrag_llamaindex_direct_demo.py`: Direct OpenAI integration
  - `lightrag_llamaindex_litellm_demo.py`: LiteLLM proxy integration
- Both examples showcase different search modes (naive, local, global, hybrid)
- Includes configuration for working directory, models, and API settings
- Demonstrates text insertion and querying using LightRAG with LlamaIndex
- removed wrapper directory and references to it
2025-02-20 10:23:01 +01:00
..
api removed get_knowledge_graph 2025-02-19 22:57:46 +01:00
kg Merge pull request #886 from YanSte/clean-2 2025-02-19 22:59:10 +01:00
llm Moved back to llm dir as per 2025-02-20 10:23:01 +01:00
tools cleanup 2025-02-19 22:52:49 +01:00
__init__.py Update version 2025-02-19 11:29:49 +08:00
base.py removed get_knowledge_graph 2025-02-19 22:57:46 +01:00
exceptions.py improved typing 2025-02-15 22:37:12 +01:00
lightrag.py Merge pull request #891 from YanSte/lock 2025-02-20 00:21:28 +01:00
llm.py improved typing 2025-02-15 22:37:12 +01:00
namespace.py improved typing 2025-02-15 22:37:12 +01:00
operate.py updated paralle 2025-02-19 23:32:21 +01:00
prompt.py cleaned code 2025-02-19 22:07:25 +01:00
types.py fixed lint 2025-02-16 12:45:27 +01:00
utils.py remove tqdm and cleaned readme and ollama 2025-02-18 19:58:03 +01:00