Nathan Vo
Nathan Vo
### Describe the bug When trying to pass Langfuse callbacks into EnsembleRetriever, Exception was raised. ### To reproduce ``` from langfuse.callback import CallbackHandler from langchain.retrievers import BM25Retriever, EnsembleRetriever question =...
### Describe the bug When using Langchain ContextualCompressionRetriever, "run not found" was raised. ``` Traceback (most recent call last): File "/lib/python3.11/site-packages/langfuse/callback/langchain.py", line 209, in on_chain_start self.runs[run_id] = self.runs[parent_run_id].span(**content) ~~~~~~~~~^^^^^^^^^^^^^^^ KeyError:...
The limit for the vector type is 16,000 dimensions ([docs](https://github.com/pgvector/pgvector?tab=readme-ov-file#vector-type)). 2,000 is the limit for indexing it (you'll see an error if you try).