redis / redis-vl-python

Redis Vector Library (RedisVL) interfaces with Redis' vector database for realtime semantic search, RAG, and recommendation systems.
https://www.redisvl.com/
MIT License
210 stars 32 forks source link

Support for OpenAI API >= 1.0.0 #125

Closed loriotpiroloriol closed 7 months ago

loriotpiroloriol commented 7 months ago

RedisVL currently only supports the OpenAI API for versions < 1.0.0. This prevents the use of features in more current versions of Langchain, e.g. langchain_openai.

tylerhutcherson commented 7 months ago

Thanks for the catch. We will get this added/updated asap