For now I am going to use the OpenAI API.
- I got the API key working from OpenAI. ✅
- For a query I get a response using the Langchain ✅
- But it can’t do
- Can’t remember the previous conversation ✅
- As I did it it remembers all the conversation. But I want to limit it. ✅
- From external document I want it to be able to response ✅
- I want the document to be looked/searched with Vector search. Elastic Search would be great. But for now, the OpenAIEmbeddings will do. ✅
- Tell me the current weather ✅
- I want it to understand which is the location from the text with Agent. I don’t want to hardcode it
- Can’t remember the previous conversation ✅