-
`import { OpenAI } from 'langchain/llms/openai';
import { PineconeStore } from 'langchain/vectorstores/pinecone';
import { ConversationalRetrievalQAChain } from 'langchain/chains';
const CONDENSE…
-
### Details
Sweep can you set it up so that the user interface on GitHub is a floating widget for easy chatting within the repository
-
Need Help, when I enter the URL and start chatting with the bot it gives the error I tried the same website URL on openchat.so, it's
![Screenshot 2023-06-07 123138](https://github.com/openchatai/Open…
-
Hi, I've been playing around with Langchain and GPT-4, building some chat tools, and I was wondering how I can integrate agent tools like calculator and search into ConversationalRetrievalQAChain. The…
-
### Issue you'd like to raise.
How to resolve [This model's maximum context length is 4097 tokens] ?
If Graph DB have many nodes, can not send those tokens to OpenAI by one time.
### Suggestion:…
-
Dear xitiomet,
First of all thank you for this nicely developped bot.
I have an issue concerning th e context preamble. It doesn't seem to work as the bot repeats with basics GPT sentences.
I…
-
When reviewing `owlbot` PRs for googleapis to python repositories, we need to perform the toilsome task of having to to add `BEGIN_COMMIT_OVERRIDE` and `END_COMMIT_OVERRIDE` in order for the changes t…
-
### System Info
langchain 0.0.291
Python 3.9.6
Platform = Unix
I built an chatbot using langchain and GPT 3.5-turbo as LLM. I am running into issues of the bot not being able to appropriately re…
-
### Issue with current documentation:
There is a lack of comprehensive documentation on how to use load_qa_chain with memory.
I've found this: https://cheatsheet.md/langchain-tutorials/load-qa-ch…
-
I use CodeLlama-13b-Instruct, from ai.meta.com, with Llama.cpp.
I do not know exactly why, but sometime (or often?), LlaMa digresses/hallucinates a lot. Seems related to the level difficulty of the…