Skip to content

Setup does not set all appropriate values #951

Closed Answered by dluc
jhST asked this question in 1. Q&A
Discussion options

You must be logged in to vote

hi @NikiBase I see now, some of the answers given requires changing the code, ie. dependencies are either defined in the config file or in the code, editing the code. One of the answers is also incorrect.

  • When importing data, generate embeddings, or let the memory Db class take care of it?

    • Answer given: No, my memory Db class/engine takes care of it
    • Memory Db selected: SimpleVectorDb volatile (only for tests, data stored in memory)
    • Problem: SimpleVectorDb does not generate embedding automatically.
    • Solutions:
      • Option 1: use Azure AI Search with Semantic Indexing or similar services that can index data semantically without the need to provide an embedding vector
      • Option 2: Answer Yes, and…

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dluc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
1. Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #882 on December 18, 2024 22:14.