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

PGvector migration #1363

Closed
wants to merge 8 commits into from
Closed

Conversation

birdup000
Copy link
Contributor

@birdup000 birdup000 commented Jan 13, 2025

This pull request includes significant updates to AGiXT, focusing on transitioning from ChromaDB to pgvector for vector storage and adding a new MSSQL database extension. The most important changes are the introduction of the pgvector client, the migration script, and the new MSSQL database extension.

Transition from ChromaDB to pgvector:

New MSSQL Database Extension:

  • agixt/extensions/mssql_database.py: Added a new extension to interact with Microsoft SQL Server, including methods for executing custom SQL queries, retrieving database schema, and chatting with the database using natural language.

Dockerfile update:

  • Dockerfile: Added unixodbc and unixodbc-dev packages to the list of installed packages.

This PR is for #1361 and #1353

@birdup000 birdup000 marked this pull request as draft January 13, 2025 21:10
@birdup000 birdup000 changed the title Pgvector migration PGvector migration Jan 14, 2025
@Josh-XT Josh-XT marked this pull request as ready for review January 14, 2025 10:32
@Josh-XT Josh-XT marked this pull request as draft January 14, 2025 10:32
@Josh-XT Josh-XT closed this Jan 14, 2025
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