surendransuri

Results 12 issues of surendransuri

For every input prompt how to clear the previous state/session.

I'm trying to use the ChatGPT API to continue a conversation with a chatbot. However, I noticed that each API call clears the previous context, making it difficult to maintain...

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...

> Please provide us with the following information: > --------------------------------------------------------------- ### This issue is for a: (mark with an `x`) ``` - [ ] bug report -> please search issues...

How to use Sequential Chains in LangFlow

question

Hi, I am facing below error while fitting the data in BetaGeoModel. Error: **ContextualVersionConflict: (scipy 1.7.1 (/databricks/python3/lib/python3.9/site-packages), Requirement.parse('scipy>=1.8.0'), {'arviz'})** I have even tried reinstalling the Arviz package and I have...

I have tried using EntityRecognizer skill to extract the entities combined with SplitText, EmbeddingSkill. On the output I am not getting extracted entities, it is showing null values for people,...

I tried to replicate the notebook **azure-search-vector-python-langchain-sample.ipynb** to add documents to the index. Here the schema for index created is not provided please provide the index schema creation code for...

I am trying to load the split the documents into chunks and create embeddings from that. To save some contextual information I want to concatenate the file name of the...