Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@JoshInnis
Copy link

Allow MSSQL to use the Command Line Interface. Prior, SQL Server could only run with the use of the Web Interface.

Also, this patch drops the vector table type and corresponding Stored Procedure because there will be a schema error during the initialization phase as vector dimension is part of the schema, so running multiple datasets on the same database will require manually removing those parts otherwise.

Also, there was an issue with MemoryDB where an error was being thrown, even if we were not using MemoryDB.

JoshInnis and others added 20 commits January 15, 2025 15:29
If attempting to load 2 datasets with different vector dimensions
to the same database, a schema error will occur because the vector
type is set to a specific dimension.
Using Euclidean distancefor all datasets was a relic from testing
a development build.
The logging of Vector Insert time had a bug where python would
throw a warning due to a formatting issue.
Since this project was developed, the API for the environs package
has changed. Add a rule to pyproject.toml to use older versions of
the package to not break the API.
Report the latencies for p50 and p95 and not just p99 in the serial
search phase.
Add the ability to use EntraId authentication  to login to SQL Server
The rest of the project uses the logging library to report info and
errors. Switch the the changes on this branch to use the logging
library for these purposes too.
@yorek
Copy link
Owner

yorek commented Sep 17, 2025

Closing as it needs to point to "vector" branch

@yorek yorek closed this Sep 17, 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