Sinaptik-AI / pandas-ai

Chat with your database (SQL, CSV, pandas, polars, mongodb, noSQL, etc). PandasAI makes data analysis conversational using LLMs (GPT 3.5 / 4, Anthropic, VertexAI) and RAG.
https://pandas-ai.com
Other
12.75k stars 1.23k forks source link

feat: Qdrant vector store support #1055

Closed Anush008 closed 6 months ago

Anush008 commented 6 months ago

Checklist

Description

This PR adds support for Qdrant to be used as a vector store.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 79.80769% with 21 lines in your changes are missing coverage. Please review.

Project coverage is 77.78%. Comparing base (5d4753a) to head (a4d5056). Report is 3 commits behind head on main.

Files Patch % Lines
pandasai/ee/vectorstores/qdrant.py 79.41% 21 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1055 +/- ## ========================================== - Coverage 77.79% 77.78% -0.01% ========================================== Files 113 114 +1 Lines 4318 4439 +121 ========================================== + Hits 3359 3453 +94 - Misses 959 986 +27 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.