Llamaindex 自訂義RAG 系統
Llamaindex
前言
最近花了很多時間在研究rag , 從自訂義faiss
做向量資料庫,串接openai api , 使用ollama
GPT4ALL
等等
但最後發現這開源llamaindex
確實的有高擴展性,且把各種方法都集成了,社群也十分廣泛
link
python
https://github.com/run-llama/llama_index
TypeScript
https://github.com/run-llama/LlamaIndexTS
ui工具
flowise
如果嫌寫code 太麻煩可以直接拿以下開源項目來用
Llamaindex 自訂義RAG 系統
https://shengshengyang.github.io/2024/03/18/llamaindex/