Closed hammeronthenet closed 1 month ago
You can use the debug logs (setting DEBUG=embedjs:*
to the environment) to see what is the context picked up, filtered, etc. You can also verify this from the sources
array in the query response.
Sorry about the delayed response. The library has been extensively refactored and docs updated. Could you reopen the issue if it is an issue in the 0.1.x
series?
I was trying this simple example:
The LLM response is correct, but I think that that response is derived by previous LLM model instruction and not from embedding.
I think so because I print all context data retrieved by cohere embedding and there is no information about the name of the album.
What am I doing wrong? Is it a bug or it's me?