-
I was getting `text-davinci-003` deprecated errors when running the example code from README file.
I manually updated all references to `text-davinci-003` to `gpt-3.5-003` in the `langchain/llms…
-
### Feature Description
[DeepInfra](https://deepinfra.com/) is pay per use service like OpenAI but way cheaper - 50% cheaper than gpt3.5-turbo for llama 2
Right now they support [openai python api…
-
getting the following error when compiling in node 18 environment on my express server with ts:
node_modules/@langchain/core/dist/language_models/chat_models.d.ts(64,129): error TS2304: Cannot find n…
-
I continue to get this issue on my code:
def construct_index(directory_path, api_key):
max_input_size = 0.4
num_output = 100
max_chunk_overlap = 20
chunk_size_limit = 600
…
-
This is a list of the 3817 GitHub projects in Bower, that don't contain a bower.json file.
```
1140px-responsive-css-grid: github.com/aosmialowski/1140px-Responsive-CSS-Grid
320andup: github.com/mala…
-
I have the server running and everything, but I really fail to understand the documentation at http://localhost:8000/docs.
Is there a simple code example of how I would interact with this from python…
-
### Bug Description
Here is what I am trying to do:
# Building and querying an index
from llama_index import VectorStoreIndex
index = VectorStoreIndex.from_documents(branch_documents)
query…
-
### System Info
LangChain version: tested with both versions 0.0.294 and 0.0.295.
Python Version: 3.10.10 running on Linux x86_64 (Ubuntu 22.04).
Tested with OpenAI library, both versions 0.27.8 …
-
## local.conf
```
MACHINE ?= "beaglebone-yocto"
INHERIT += "rm_work"
INIT_MANAGER = "systemd"
DISTRO_FEATURES:append = " wayland opengl"
# localization
DEFAULT_TIMEZONE = "America/Los_Ang…
-
Initially I thought the error was due to the loader not splitting chunks, but I'm still getting the mentioned error after adding a splitter. Maybe it's coming from OpenAI's API?
Bugfix branch: http…