Find answers from the community

Updated 4 months ago

App structure

At a glance

The community member is working on a RAG app and is considering the structure, specifically whether to have separate backend logic for Chroma endpoints and an IndexManager for all index endpoints. A comment suggests that the LlamaIndex project has a production-ready fullstack application built with FastAPI and React, which may help answer the community member's questions. Another comment simply states that the suggested project looks neat and the commenter will try it.

Useful resources
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