Questions tagged [langchain]
The langchain tag has no summary.
4 questions
4 votes
1 answer
80 views
RAG Chatbot does not keep track of chat session history
I built a RAG chatbot in python,langchain, OpenAI LLM, and FAISS for the vectorstore. And the data is stored as JSON. The chatbot does not always keep track of the inputs and outputs. Here is an ...
2 votes
0 answers
66 views
RAG Chatbot does not answer paraphrased questions
I built a RAG chatbot in python,langchain, and FAISS for the vectorstore. And the data is stored as JSON. The chatbot sometimes refuses to answer when a question is rephrased. Here are two ...
1 vote
1 answer
72 views
Improving a GenAI Tool to Explain XGBoost Model Outputs for Individual Predictions
I have developed an XGBoost model to predict a target variable based on a set of input indicators. I'm now building a Generative AI-based tool that can take an individual's data—i.e., the values of ...
5 votes
1 answer
103 views
LangChain and Ollama endpoint: why LLM is considered obsolete when it's the only one that connect to the `/generate` endpoint?
Ollama has two endpoints: /api/chat and /api/generate. As stated in this Ollama gitHub issue: The ...