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

Add unit tests for vector_db.py #4083

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sweep-nightly[bot]
Copy link
Contributor

@sweep-nightly sweep-nightly bot commented Jun 21, 2024

Purpose

This pull request adds unit tests for the vector_db.py module to ensure the correct functionality of the vector database implementation.

Description

The changes in this pull request include:

  1. Creating a new file vector_db_test.py in the same directory as vector_db.py to hold the unit tests.
  2. Importing the necessary modules and functions from vector_db.py to be tested.
  3. Mocking the openai and redis clients to isolate the tests.
  4. Adding the following test cases:
    • test_embed_text_array: Tests the embed_text_array function, including caching functionality.
    • test_openai_call_embedding: Tests the openai_call_embedding function.
    • test_caching: Tests the caching functionality of the module.
    • test_multi_get_query_texts_similarity: Tests the multi_get_query_texts_similarity function.
    • test_cosine_similarity: Tests the cosine_similarity function.
    • test_normalize_l2: Tests the normalize_l2 function.

Summary

  • Added unit tests for the vector_db.py module in the vector_db_test.py file.
  • Implemented test cases for the main functionalities of the vector database, including embedding, caching, and similarity search.
  • Mocked the openai and redis clients to isolate the tests.

Suggested changes from Sweep Chat by @kevinlu1248. Continue chatting at http://localhost:3000/c/a8886ff6-9731-4b35-a57b-d40f13514af0.

Copy link

vercel bot commented Jun 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sweep-chat 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jun 21, 2024 6:30pm
sweep-chat-demo ✅ Ready (Inspect) Visit Preview Jun 21, 2024 6:30pm
sweep-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 21, 2024 6:30pm
sweep-pulley 🔄 Building (Inspect) Visit Preview 💬 Add feedback Jun 21, 2024 6:30pm

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.

1 participant