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

Modular data services #440

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

sunnstix
Copy link

Description

To support the usage and implementation of other databases including redis, qdrant, and pgvector, I modified the compose files to use an include for the three microservices corresponding to data serving and retrieval (vector-db, retriever, and dataprep).

Issues

Tangentially related to #439

Type of change

List the type of change like below. Please delete options that are not relevant.

  • New feature (non-breaking change which adds new functionality)

Dependencies

N/A

Tests

Ran existing test on xeon to verify that these changes didn't affect the existing redis implementation. Manually mutated the file to modify the DATA_SERVICE environment variable (as well as corresponding variables such as PG_CONNECTION_STRING) and verified that this works with pgvector and qdrant.

@ftian1
Copy link
Collaborator

ftian1 commented Jul 23, 2024

looks good to me

@sunnstix
Copy link
Author

Error is coming from outdated docker-compose on the runner. Minimum required docker-compose version for include is 2.20

@lvliang-intel
Copy link
Collaborator

@sunnstix,
Please resolve the conflicts. We have made some changes in docker compose files.

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.

3 participants