mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
object has no attribute "embed_documents" #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sashokbg on GitHub (Jun 6, 2024).
Hello I am trying to run a simple example with langchain and I get:
I am using OpenAiEmbeddings
Everything is latest verssion.
Is there some interface change on the OpenAI end that might be the cause of the break ?
@sashokbg commented on GitHub (Jun 6, 2024):
Ah silly me .. I was redefining the method "embeddings" in my python file.
Closing