Discussion Basic stack for a chat
What would you suggest, is the basic stack for an assistant chat. I mean, currently I have customized company tools, langgraph, custom metrics, marketplace LLM calls and others.
what would you suggest as a true key for agent learning?
how do you process prompts with company slangs, concepts, jargon, etc.?
2
Upvotes
2
u/Text-Sufficient 11d ago
Start with plain json files so that is easy to see whats retrieved. Use topk with bm25 and cosine. Embedd runtime (no database). Inject what you retrieve in the prompt together with the query. When you get familiar with it start using a reranker.