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

AlphaInitialization6: ResearchContextAPI: update_research_context #89

Open
alebg opened this issue Nov 20, 2023 · 0 comments
Open

AlphaInitialization6: ResearchContextAPI: update_research_context #89

alebg opened this issue Nov 20, 2023 · 0 comments
Assignees
Labels
to discuss Things we need to discuss before implementing
Milestone

Comments

@alebg
Copy link
Collaborator

alebg commented Nov 20, 2023

Need an endpoint to pass as input:

  • research_context_id
  • vector_store_lfn (for SQLA, vector store lfns are unique)
  • embedding_model_id

That will update an existing research context to add a vector store ID to its vectore_store_id field in SQLA. So, the operation needs to first register a new vector_store and obtain its ID. The attributes of a vector store name and protocol can be extracted from the lfn.

Also create a default embedding model just called "default" in the populate startup, that will be tied it to the new vector store (controller defaults to this embedding model id = 1).

view model as output:

  • research_context_id
  • vector_store_id
@alebg alebg added this to the 1.0.0-alpha milestone Nov 20, 2023
@alebg alebg self-assigned this Nov 20, 2023
alebg added a commit to alebg/kernel-planckster that referenced this issue Nov 20, 2023
- Declared in core, created DTO
- Implemented in SQLAResearchContextRepository
- Tested
@alebg alebg modified the milestones: 1.0.0-alpha, 1.0.0-beta Nov 20, 2023
alebg added a commit to alebg/kernel-planckster that referenced this issue Nov 20, 2023
- Declared in core, implemented DTO
- Implemented in SQLA
- Tested
alebg added a commit to alebg/kernel-planckster that referenced this issue Nov 20, 2023
…-aim-deliver#89

- Declared in core, implemented DTO
- Implemented in SQLA
- Tested
@alebg alebg added to discuss Things we need to discuss before implementing and removed hackathon labels Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to discuss Things we need to discuss before implementing
Projects
None yet
Development

No branches or pull requests

1 participant