Release v0.5.0 #108
drazvan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release adds support for custom embedding search providers (not using Annoy/SentenceTransformers) and support for OpenAI embeddings for the default embedding search provider. This release adds an advanced example for using multiple knowledge bases (i.e., a tabular and regular one). This release also fixes an old issue related to using the
generate
method inside an async environment (e.g., a notebook) and includes multiple small fixes. Detailed change log below.Added
PROMPTS_DIR
.Changed
nest_asyncio
for implementing the blocking API. Fixes #3 and #32.new_event_dict
.Fixed
init
function fromconfig.py
is called to allow custom LLM providers to be registered inside.hasattr
check innemoguardrails/llm/params.py
.This discussion was created from the release Release v0.5.0.
Beta Was this translation helpful? Give feedback.
All reactions