paulmartrencharpro

Results 2 comments of paulmartrencharpro

Hello, I think the issue is if you have transformers, but not transformers[torch] installed From what I see from the error log, when we import AzureOpenAIGenerator, it triggers https://github.com/deepset-ai/haystack/blob/v2.0.x/haystack/components/generators/__init__.py where...

Both Langchain & llamaindex have a semantic splitter using an embedding (https://blog.lancedb.com/chunking-techniques-with-langchain-and-llamaindex/). From the code (https://github.com/langchain-ai/langchain-experimental/blob/main/libs/experimental/langchain_experimental/text_splitter.py), I see they split by sentence then get the embeddings from it and calculate...