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

Weaviate backend #1031

Merged
merged 23 commits into from
Aug 16, 2023
Merged

Weaviate backend #1031

merged 23 commits into from
Aug 16, 2023

Conversation

Tarraann
Copy link
Collaborator

@Tarraann Tarraann commented Aug 10, 2023

Description

Related Issues

Solution and Design

Test Plan

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update

Checklist

  • My pull request is atomic and focuses on a single change.
  • I have read the contributing guide and my code conforms to the guidelines.
  • I have documented my changes clearly and comprehensively.
  • I have added the required tests.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Tarraann seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.

@codecov
Copy link

codecov bot commented Aug 10, 2023

Codecov Report

Patch coverage: 14.01% and project coverage change: -0.30% ⚠️

Comparison is base (502a705) 58.85% compared to head (9b8592b) 58.55%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1031      +/-   ##
==========================================
- Coverage   58.85%   58.55%   -0.30%     
==========================================
  Files         197      198       +1     
  Lines        8880     8947      +67     
  Branches      934      946      +12     
==========================================
+ Hits         5226     5239      +13     
- Misses       3407     3461      +54     
  Partials      247      247              
Files Changed Coverage Δ
superagi/controllers/vector_db_indices.py 26.53% <0.00%> (-4.43%) ⬇️
...uperagi/tools/knowledge_search/knowledge_search.py 60.46% <0.00%> (ø)
superagi/vector_store/vector_factory.py 46.26% <0.00%> (-4.56%) ⬇️
superagi/vector_store/weaviate.py 25.00% <7.01%> (-5.65%) ⬇️
superagi/controllers/vector_dbs.py 26.05% <10.52%> (-2.11%) ⬇️
superagi/vector_embeddings/weaviate.py 55.55% <55.55%> (ø)
...ragi/vector_embeddings/vector_embedding_factory.py 93.10% <75.00%> (+0.79%) ⬆️
superagi/models/vector_db_indices.py 97.05% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Tarraann Tarraann merged commit b0d4a68 into dev Aug 16, 2023
2 of 5 checks passed
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.

4 participants