forked from run-llama/llama_index
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add async capability to OpensearchVectorStore (run-llama#11513)
- Loading branch information
1 parent
9b79860
commit 8c6b838
Showing
4 changed files
with
268 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
...-integrations/vector_stores/llama-index-vector-stores-opensearch/tests/docker-compose.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
version: "3" | ||
|
||
services: | ||
opensearch: | ||
image: opensearchproject/opensearch:latest | ||
environment: | ||
- discovery.type=single-node | ||
- plugins.security.disabled=true | ||
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=Asd234%@#% | ||
ports: | ||
- "9200:9200" |
Oops, something went wrong.