Unleashing NVIDIA NV-Embed-v2

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ • 2

  • @CarlosDavid-r1m
    @CarlosDavid-r1m 8 днів тому +1

    can this be used with lang chain?

    • @MaximumCode
      @MaximumCode  8 днів тому

      @CarlosDavid-r1m I have not had any hands on with LangChain but from what I can read in their documentation it looks like you can create a class and inherit from Embeddings interface. Then all you have to do is implement the embed_documents and embed_query methods to access your or any REST API. Hope this helps.