Find answers from the community

Updated 3 months ago

App structure

Hi! I'm working on a RAG app, and my current statck is Huggingface LLM, Chroma and LlamaIndex. What structure will be most practical? I'm thinking to have a separate backend logic for chroma endpoints, then a separate one for an IndexManager for all index endpoints?
W
g
2 comments
Code structure can differ based on your use case and dependencies.
Llamaindex has a production ready fullstack application repo built with FastAPI and React.
I think this will help you to answer some questions.
Here's the link: https://github.com/run-llama/sec-insights


Will wait to hear more about your app!! πŸš€πŸ¦™
looks neat, will try this one
Add a reply
Sign up and join the conversation on Discord