Skip to main content

Questions tagged [langchain]

4 votes
1 answer
80 views

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 ...
SoftwareEngineer's user avatar
2 votes
0 answers
66 views

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 ...
SoftwareEngineer's user avatar
1 vote
1 answer
72 views

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 ...
Alberto De Benedittis's user avatar
5 votes
1 answer
103 views

Ollama has two endpoints: /api/chat and /api/generate. As stated in this Ollama gitHub issue: The ...
robertspierre's user avatar