Bhanu K
Bhanu K
I can't replicate this, here's a minimal example from the [docs](https://python.langchain.com/en/latest/modules/chains/getting_started.html?highlight=chatopenai#query-an-llm-with-the-llmchain): ```py from langchain.chat_models import ChatOpenAI from langchain.chains import LLMChain from langchain.prompts import PromptTemplate prompt = PromptTemplate( input_variables=["product"], template="What is...
You may have to use `db.persist()` after `db = Chroma(...)` in Section 2. Yes, once embeddings are stored you can query against them from next time. Although, an embedding against...
Thanks for this solution. I was testing to report issues.