mt7180 / quaigle

RAG-based LLM application: project to explore different llm-frameworks like llamaindex, marvin and langchain, other used frameworks: streamlit, fastapi
1 stars 1 forks source link

Compare results/ ai answers for different ai wrappers #10

Open mt7180 opened 1 year ago

mt7180 commented 1 year ago

LLamaIndex turned out to be the most straight-forward approach to transform external data into embeddings and store them in a persistent vector database and to set up a stateful chat agent. The general approach needs only some lines of code. Nevertheless, since the development of the AI Frameworks is a currently moving very fast, new chat engine interfaces may evolve which are even more suitable here. Investigate whether there are meanwhile better implementations for a Chat Engine