mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-03 20:16:52 +00:00
docs: Update nomic AI embeddings integration docs (#25308)
Issue: https://github.com/langchain-ai/langchain/issues/24856 --------- Co-authored-by: Isaac Francisco <78627776+isahers1@users.noreply.github.com> Co-authored-by: isaac hershenson <ihershenson@hmc.edu>
This commit is contained in:
@@ -340,6 +340,12 @@ const FEATURE_TABLES = {
|
||||
package: "langchain-cohere",
|
||||
apiLink: "https://api.python.langchain.com/en/latest/embeddings/langchain_cohere.embeddings.CohereEmbeddings.html#langchain_cohere.embeddings.CohereEmbeddings"
|
||||
},
|
||||
{
|
||||
name: "Nomic",
|
||||
link: "cohere",
|
||||
package: "langchain-nomic",
|
||||
apiLink: "https://api.python.langchain.com/en/latest/embeddings/langchain_nomic.embeddings.NomicEmbeddings.html#langchain_nomic.embeddings.NomicEmbeddings"
|
||||
},
|
||||
]
|
||||
},
|
||||
document_retrievers: {
|
||||
|
Reference in New Issue
Block a user