-
Notifications
You must be signed in to change notification settings - Fork 355
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
feat: add Azure Cosmos DB DocumentStore, IndexStore, KVStore #1393
base: main
Are you sure you want to change the base?
feat: add Azure Cosmos DB DocumentStore, IndexStore, KVStore #1393
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
ac66c77
to
5efeef5
Compare
5efeef5
to
cb361ef
Compare
@llamaindex/autotool
@llamaindex/cloud
@llamaindex/community
@llamaindex/env
@llamaindex/experimental
@llamaindex/core
llamaindex
@llamaindex/wasm-tools
@llamaindex/anthropic
@llamaindex/clip
@llamaindex/deepinfra
@llamaindex/groq
@llamaindex/ollama
@llamaindex/huggingface
@llamaindex/openai
@llamaindex/portkey-ai
@llamaindex/replicate
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall LGTM, but does it support for all JS enironment like edge runtime and cloudflare woker?
If not I don't want export on index.ts
This PR adds support for Azure Cosmos DB:
This PR also improves
AzureCosmosDBNoSqlVectorStore
(based on PR #1331)To run the example file, create a
.env
file under/examples/
with the follwoing content:Then run:
See output
@himself65 I wasn't sure how StructTypes are handled internally. I added a workaround to make the code pass. Can please review this change in particular and provide a better fix?
cc @marcusschiesser @amanrao23 @sajeetharan @DanWahlin