graphrag
graphrag copied to clipboard
A modular graph-based Retrieval-Augmented Generation (RAG) system
Whether other LLM models are supported, such as ChatGLM and QWEN?
INFO: 172.16.80.35:48532 - "POST /v1/chat/completions HTTP/1.1" 500 Internal Server Error ERROR: Exception in ASGI application Traceback (most recent call last): File "/home/bigdata/anaconda3/envs/vllm/lib/python3.11/site-packages/uvicorn/protocols/http/httptools_impl.py", line 411, in run_asgi result = await app(...
## Description This PR adds support for Qdrant - https://qdrant.tech to be used as a vector storage. ## Notes To run Qdrant ``` docker run -p 6333:6333 qdrant/qdrant ``` To...
Facing an IOError in the lancedb write operation in the `store_entity_semantic_embeddings` call during local search (https://github.com/microsoft/graphrag/blob/main/examples_notebooks/local_search.ipynb). I was able to reproduce the error with following code: ``` import lancedb import...
That's pretty familiar function with the recently repo which name “Hipporag” But one more thing i still want to know is .... Dose it the can integrate the function into...
> ## Requirements > >[Python 3.10-3.12](https://www.python.org/downloads/) > >To get started with the GraphRAG system, you have a few options: > >👉 [Use the GraphRAG Accelerator solution](https://github.com/Azure-Samples/graphrag-accelerator) >👉 [Install from pypi](https://pypi.org/project/graphrag/)....
**What I tried:** I ran this on my local GPU and and tried replacing the api_base to a model served on ollama in settings.yaml file. model: llama3:latest api_base: http://localhost:11434/v1 #https://.openai.azure.com...
is there a working example for using Ollama? Or is it not supposed to work? Did try, but without any success. Thanks in advance
i did: ``` https://microsoft.github.io/graphrag/posts/get_started/ and OPENAI_KEY, python -m graphrag.index --init --root ./ragtest ``` and got error ``` /Users/ankushsingal/miniconda3/envs/snakes/lib/python3.10/site-packages/pandas/core/arrays/masked.py:60: UserWarning: Pandas requires version '1.3.6' or newer of 'bottleneck' (version '1.3.5' currently...