Closed as not planned
Closed as not planned
Description
since updating to v0.88 i get this error
AttributeError: 'OpenAIEmbeddings' object has no attribute 'embedding_ctx_length
Note: my faiss data and doc.index where create with an older version
my code is simple.
index = faiss.read_index("docs.index")
with open("faiss_store.pkl", "rb") as f:
store = pickle. Load(f)
store. Index = index
docs = store.similarity_search_with_score(
prompt, k=4
)
Metadata
Metadata
Assignees
Labels
No labels