Satyen Singh

Results 7 issues of Satyen Singh

As I am trying to write my documents to the Elasticsearch Document Store, I am encoutering some issues when using multi-qa-mpnet-base-dot-v1 model for my embedding. I have initalized my document...

stale
community-triage

I am trying to build a custom Local Model Client as per the following [documentation ](https://dspy-docs.vercel.app/docs/deep-dive/language_model_clients/custom-lm-client). This is how I how I have set it up: ```python from dsp import...

I cloned this repo and tried to run the code via streamlit but keep running into this issue on my Mac: 2023-09-04 11:32:27.017 Python[63562:3191072] *** Terminating app due to uncaught...

Whenever I run CALL apoc.meta.schema(); or CALL apoc.meta.data();, I am getting the following error: Failed to invoke procedure `apoc.meta.schema`: Caused by: java.lang.IllegalArgumentException: duplicate element: RELATIONSHIP I am not sure of...

Right now, the current state of LLMs involves a lot of "prompt engineering" that the user needs to do, not only to elicit the the correct response but sometimes also...

type:feature
2.x

Is there a Hybrid Retriever Implementation of Chroma within Haystack2.0? Or a ChromaB25Retriever that could be then used to construct a hybrid retriever with Chroma? Thanks!

integration:chroma
feature request
community-triage

Hi! I know ARES supports vLLM but is there TGI support or a way to use TGI endpoints with ARES?