Nathan Vo
Nathan Vo
Having the same issue. Input and Output from span does not propagate back to trace.
I use that as a standalone for my RAG pipeline. Rather than incorporating with Langchain, I built separated components and finally link them together. An additional note: - When I...
Ah yes, I did pass `langfuse_context.get_current_langchain_handler()` to my EnsembleRetriever. But the result is as above exception. Thanks for providing such a great tool and I look forward to the solution!
As a user, when I first saw the vector size limit, I assumed it wouldn’t be possible to store embeddings larger than 2000 dimensions. However, it turns out it can,...
In my current use case, I’m using Langchain with pgvector, specifically with the text-3-embedding-large model, which has a vector dimension of 3072. I’m able to perform similarity searches on the...
I don’t actually measure the latency, but with my current DB of 15,000 records, I think it’s less than 1s. On Tue, Oct 1, 2024 at 9:58 PM Daniel Svonava...