-
### System Info
Downloading langchain-0.0.331-py3-none-any.whl (2.0 MB)
Downloading openai-1.1.1-py3-none-any.whl (217 kB)
### Who can help?
_No response_
### Information
- [ ] The official ex…
-
When you split a document into nodes and want to respond to queries over the document by adding the `PrevNextNodePostprocessor` processor I want that the nodes returned are sorted by prev-next relatio…
-
I know for building the index we can configure the LLM like below:
```
llm_predictor = LLMPredictor(llm=OpenAI(temperature=0, model_name="text-davinci-003"))
prompt_helper = PromptHelper(max_input_…
-
Rationale:
1. Our focus has shifted from "primarily structured queries" to "primarily agent interactions"
2. LangChain seems to have improved a lot in the last ~3 months (and is also more widely use…
-
你好,我今天刚刚用这个项目申请了免费key,但是key目前已经失效了
程序报错:Incorrect API key provided: sk-EWUgz***************************************HVxj
-
When using custom service context, i got following errors. With the latest llama-index 0.6.6 and langchain 0.0.168
If service_context is not used, it works.
```
from llama_index import GPTTree…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [ x] bug report -> pleas…
-
Attempting simple semantic query with azure (using work around to get beyond size issue)
from llama_index import GPTVectorStoreIndex, SimpleDirectoryReader
documents = SimpleDirectoryReader('data'…
-
Using the following code, trying to load emails in csv format exported to a single file from Outlook I get the following error.
`import os
from llama_index import GPTSimpleVectorIndex, SimpleDirec…
-
for the following error
TypeError: __init__() got an unexpected keyword argument 'llm_predictor'
------
the code executed is functional
from llama_index import GPTSimpleVectorIndex, PromptH…