约 50 个结果
在新选项卡中打开链接
  1. Problem Setting up a FAISS vector memory in Python with embeddings

    2024年12月29日 · TypeError: FAISS.from_embeddings() missing 1 required positional argument: 'embedding' However, if I now write vectorstore = FAISS.from_embeddings(embedding= …

  2. Newest 'faiss' Questions - Stack Overflow

    FAISS.from_texts () occur ValueError: input not a numpy array numpy faiss python langchain large-language-model faiss 13 python faiss 49

  3. python - How do I persist FAISS indexes? - Stack Overflow

    2024年7月11日 · db.save_local("faiss_index") new_db = FAISS.load_local("faiss_index", embeddings) docs = new_db.similarity_search(query) How can I save the indexes to databases, such that we can …

  4. python - FAISS Db Vector Search - Stack Overflow

    2025年1月29日 · For eg. in above scneraio if I want to search on the basis of input_price then FAISS doesn't let me do that because it needs the input vector of same dimension as of index. And I also …

  5. langchain - How can I install faiss-gpu? - Stack Overflow

    2024年3月21日 · I can't both pip install faiss-gpu and faiss-gpu In my case, I go with building from source and don't want to risk messing with cuda so I decide to go with "disable GPU option".

  6. chatbot - How to combine multiple FAISS indexes into one to get a ...

    2023年6月7日 · The MultiIndexRetriever method is not existing, I need to create a single retriever from three faiss indexes. Because I need to use those three indexes separately afterward to get reference …

  7. python - Cannot import langchain.vectorstores.FAISS, only langchain ...

    2024年1月25日 · Why do you have this tagged faiss and not py-langchain? It only applies to people using specifically langchain bindings and is completely irrelevant to other faiss users.

  8. python - Is there a useful technique to map FAISS ids to the ...

    2022年8月28日 · Real-time insertion is required, and it must be as quick as feasible to retrieve the appropriate UUID given the faiss index. When the data wasn't changing and there were around 2M, I …

  9. python error with faiss on GPU with cuda despite successful ...

    2024年10月16日 · The faiss-gpu-cu12 package (the binaries contained in it) is minor version compatible with CUDA and will work dynamically linked with CUDA 12.X (X>=1). So it seems you have to be on …

  10. How to install faiss on Windows Pycharm - Stack Overflow

    2020年2月23日 · The faiss package on PyPi is, according to the description, an Unofficial prebuilt binary for Linux and MacOS. It seems that there are actually multiple unofficial packages for this on PyPi, a …