Closed nithinreddyyyyyy closed 1 year ago
Hi, @nithinreddyyyyyy! I'm Dosu, and I'm here to help the LangChain team manage their backlog. I wanted to let you know that we are marking this issue as stale.
From what I understand, you opened this issue to request a more detailed explanation or articulation of the answer returned by the OpenAI embeddings in the provided code. However, there hasn't been any activity or comments on the issue since you opened it.
Before we close this issue, we wanted to check with you if it is still relevant to the latest version of the LangChain repository. If it is, please let us know by commenting on the issue. Otherwise, feel free to close the issue yourself, or it will be automatically closed in 7 days.
Thank you for your understanding and contribution to the LangChain project! Let us know if you have any further questions or concerns.
System Info
I'm working on Q&A using OpenAI for pdf and another documents. Below is the code
The code above will just take the input pdf or any other document text and provide a single line answer. In ChatGPT, if we provide it a long text or paragraph and ask it a question, it will give us the answer and explain where it got the answer and why it is correct. Is it possible to perform the same in the above code?
Who can help?
No response
Information
Related Components
Reproduction
Looking for a better explanation of answer instead of returning a single line answer or just answer.
Expected behavior
Expecting to return the answers with better explanation or articulation.