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

Community: Azure CosmosDB No Sql Vector Store: Full Text and Hybrid Search Support #28716

Merged
merged 31 commits into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
cfd8459
FTS support
aayush3011 Dec 13, 2024
1899a55
linting
aayush3011 Dec 13, 2024
aa09a9b
Merge branch 'master' into users/akataria/FTS_cosmos_nosql
aayush3011 Dec 13, 2024
b92ce90
linting
aayush3011 Dec 14, 2024
07b46e8
Merge branch 'users/akataria/FTS_cosmos_nosql' of github.com:aayush30…
aayush3011 Dec 14, 2024
1617cff
Merge branch 'master' into users/akataria/FTS_cosmos_nosql
aayush3011 Dec 14, 2024
b633928
linting
aayush3011 Dec 14, 2024
b0da10a
Merge branch 'users/akataria/FTS_cosmos_nosql' of github.com:aayush30…
aayush3011 Dec 14, 2024
5531759
Merge branch 'master' into users/akataria/FTS_cosmos_nosql
aayush3011 Dec 14, 2024
2da2db9
Merge branch 'master' into users/akataria/FTS_cosmos_nosql
aayush3011 Dec 14, 2024
7adc341
linting
aayush3011 Dec 14, 2024
775a09d
linting
aayush3011 Dec 14, 2024
fe24791
linting
aayush3011 Dec 14, 2024
0d2ef2e
linting
aayush3011 Dec 14, 2024
a58d28e
Merge branch 'master' into users/akataria/FTS_cosmos_nosql
aayush3011 Dec 14, 2024
69bee13
linting
aayush3011 Dec 15, 2024
31c7fc2
Merge branch 'master' into users/akataria/FTS_cosmos_nosql
aayush3011 Dec 15, 2024
9b6b711
linting
aayush3011 Dec 15, 2024
a1e192f
linting
aayush3011 Dec 15, 2024
5bcafe8
linting
aayush3011 Dec 15, 2024
3893bca
linting
aayush3011 Dec 15, 2024
dce9cbc
linting
aayush3011 Dec 15, 2024
bc3058a
linting
aayush3011 Dec 15, 2024
60eabf3
linting
aayush3011 Dec 15, 2024
129bbb4
linting
aayush3011 Dec 15, 2024
8995128
fixing tests
aayush3011 Dec 15, 2024
c313a64
linting
aayush3011 Dec 15, 2024
1f95c2b
linting
aayush3011 Dec 15, 2024
917675a
adding managed identity support
aayush3011 Dec 15, 2024
63fa47d
linting
aayush3011 Dec 15, 2024
5cfcd82
Apply suggestions from code review
efriis Dec 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
450 changes: 401 additions & 49 deletions docs/docs/integrations/vectorstores/azure_cosmos_db_no_sql.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def from_connection_string(
connection_string: The MongoDB vCore instance connection string
namespace: The namespace (database.collection)
embedding: The embedding utility
application_name: The user agent for telemetry
**kwargs: Dynamic keyword arguments

Returns:
Expand Down
Loading
Loading