-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed as not planned
Description
Currently, we are employing llamacpp via langchain as documented at https://js.langchain.com/docs/integrations/llms/llama_cpp.
(version: 0.0.204)
It looks like that the embeddings via LlamaCppEmbeddings class (located at: langchain/src/embeddings/llama_cpp.ts) still do not work for us, as the resulted vector's length is quite randomized, for instance:
[
1824, 349, 418,
274, 1402, 28709,
334, 8236, 28828,
28804
]
It is noted that, the different gguf models such as llama-2 or zephyr-Γ result the same thing.
Your tips will help us in this case much.
Thank you in advance!
Metadata
Metadata
Assignees
Labels
No labels