GraphRAG4OpenWebUI integrates Microsoft's GraphRAG technology into Open WebUI, providing a versatile information retrieval API. It combines local, global, and web searches for advanced Q&A systems and search engines. This tool simplifies graph-based retrieval integration in open web environments.
尝试修改这个为ollama部署的embedding模型,报错
设置嵌入API基础URL(默认为OpenAI的API)
export API_BASE_EMBEDDING="http://localhost:11434/v1"
设置嵌入模型(默认为"text-embedding-3-small")
export GRAPHRAG_EMBEDDING_MODEL="znbang/bge:large-zh-v1.5-f32"