Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.1.2 #2140

Merged
merged 3 commits into from
Feb 15, 2025
Merged

Release 1.1.2 #2140

merged 3 commits into from
Feb 15, 2025

Conversation

dirkbrnd
Copy link
Contributor

@dirkbrnd dirkbrnd commented Feb 15, 2025

Changelog

Improvements:

  • Reasoning with o3 Models: Reasoning support added for OpenAI’s o3 models.

  • Gemini embedder update: Updated the GeminiEmbedder to use the new Google’s genai SDK. This update introduces a slight change in the interface:

    # Before
    embeddings = GeminiEmbedder("models/text-embedding-004").get_embedding(
        "The quick brown fox jumps over the lazy dog."
    )
    
    # After
    embeddings = GeminiEmbedder("text-embedding-004").get_embedding(
        "The quick brown fox jumps over the lazy dog."
    )

Bug Fixes:

  • Singlestore Fix: Fixed issue where when querying singlestore the embeddings column was returning in binary format.
  • MongoDB Vectorstore Fix: MongoDB had multiple issues like creating and dropping the collections twice while initialising. All known issues were fixed.
  • LanceDB Fix: Fixed various errors on LanceDB and added on_bad_vectors as parameters.

@dirkbrnd dirkbrnd requested a review from a team as a code owner February 15, 2025 19:08
@ashpreetbedi ashpreetbedi merged commit 926714a into main Feb 15, 2025
1 check passed
@ashpreetbedi ashpreetbedi deleted the release-1.1.2 branch February 15, 2025 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants