-
Notifications
You must be signed in to change notification settings - Fork 131
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
[DERCBOT-1138] PGVector #1735
[DERCBOT-1138] PGVector #1735
Conversation
efb2f47
to
1491c9c
Compare
94ab536
to
6aaa152
Compare
.../src/main/python/server/src/gen_ai_orchestrator/models/vector_stores/vector_store_setting.py
Outdated
Show resolved
Hide resolved
...rc/gen_ai_orchestrator/services/langchain/factories/vector_stores/pgvector_search_factory.py
Outdated
Show resolved
Hide resolved
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.
Didn't review the Kotlin part, but thet PR is good on the server part.
88ba6a6
to
e532c83
Compare
b2833ec
to
b0d7d83
Compare
gen-ai/orchestrator-server/src/main/python/server/pyproject.toml
Outdated
Show resolved
Hide resolved
bot/admin/server/src/main/kotlin/model/BotRAGConfigurationDTO.kt
Outdated
Show resolved
Hide resolved
...i/orchestrator-core/src/main/kotlin/ai/tock/genai/orchestratorcore/utils/VectorStoreUtils.kt
Outdated
Show resolved
Hide resolved
.../src/main/kotlin/ai/tock/genai/orchestratorcore/models/vectorstore/VectorStoreSettingBase.kt
Outdated
Show resolved
Hide resolved
...server/src/main/python/server/src/gen_ai_orchestrator/configurations/environment/settings.py
Outdated
Show resolved
Hide resolved
.../main/python/server/src/gen_ai_orchestrator/models/vector_stores/pgvector/pgvector_params.py
Outdated
Show resolved
Hide resolved
...rc/main/python/server/src/gen_ai_orchestrator/utils/secret_manager/secret_manager_service.py
Show resolved
Hide resolved
...rc/main/python/server/src/gen_ai_orchestrator/utils/secret_manager/secret_manager_service.py
Outdated
Show resolved
Hide resolved
...erver/src/gen_ai_orchestrator/services/langchain/factories/vector_stores/pgvector_factory.py
Show resolved
Hide resolved
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.
Good for me thanks a lot for the updates good job, some issue created for futur improvements.
Here are the changes to environment variables :
Gen AI Orchestrator Server :
Replaced :
tock_gen_ai_orchestrator_open_search_host
->tock_gen_ai_orchestrator_vector_store_host
tock_gen_ai_orchestrator_open_search_port
->tock_gen_ai_orchestrator_vector_store_port
tock_gen_ai_orchestrator_open_search_user
->tock_gen_ai_orchestrator_vector_store_user
tock_gen_ai_orchestrator_open_search_pwd
->tock_gen_ai_orchestrator_vector_store_pwd
Added :
tock_gen_ai_orchestrator_vector_store_provider
tock_gen_ai_orchestrator_vector_store_database
tock_gen_ai_orchestrator_vector_store_test_query
tock_gen_ai_orchestrator_vector_store_secret_manager_provider
tock_gen_ai_orchestrator_vector_store_credentials_secret_name
Deleted :
tock_gen_ai_orchestrator_open_search_timeout
tock_gen_ai_orchestrator_open_search_aws_secret_manager_name
Bot Admin :
Added :
tock_gen_ai_orchestrator_vector_store_provider
Bot Api :
Added :
tock_gen_ai_orchestrator_vector_store_provider