Branden Collingsworth

Results 5 issues of Branden Collingsworth

growth() returns NA for all values because growth

The current constructor for ElasticVectorSearch does not support connecting to Elastic Cloud. ``` >>> db = ElasticVectorSearch.from_documents(docs, embeddings, ... cloud_id = CLOUD_ID, ... basic_auth=(USER_NAME, PASSWORD))Traceback (most recent call last): File...

We are trying to use gpt-4-32k with chatbot-ui but we are getting errors when over 8193 tokens. We are using Azure OpenAI API and running it in a Chatbot-ui in...

I just encountered this error on the Hugging Face demo (https://huggingface.co/spaces/whitead/paper-qa) **Runtime error** Space failed. Exit code: 1. Reason: Traceback (most recent call last): File "app.py", line 2, in import...

bug

If I try to run the demo using Azure's OpenAI API I get the following result: `VBox(children=(IntProgress(value=0, description='Progress:'), HTML(value=''), HBox(children=(Button(description='👎', style=ButtonStyle()), Button(description='👍', style=ButtonStyle()))), HTML(value="Must provide an 'engine' or 'deployment_id' parameter...