|
|
|
|
|
by thomasahle
1117 days ago
|
|
> part of your llm prompt (usually your most recent question?) gets fed as a query for the embedding/vector database How is it embedded? Using a separere embedding model, like Bert or something? Or do you use the LLM itself somehow? Also, how do you create content for the vector database keys themselves? Also just some arbitrary off the shelf embedding? Or do you train it as part of training the LLM? |
|