Amey narayan

Results 12 comments of Amey narayan

any updates on this issue @RezaYazdaniAminabadi

your port is already being used by some other process try to free the port or check if any existing containers are running or not

Hey @ShreyJ1729 can you provide a script on how to use the save feature with your changes ?

you can quick fix that by commenting line 266 on openai.py chatmodels i wont recommend it but its working after doing that

Hey @transitive-bullshit i have disabled MFA for google but it still asks me for a code while using the google login any idea how can i disable that

i believe this error is internal to library now since i am able to use other wrappers :-)

I think appending to FAISS index is simple enough but the major challenge is in deletion i think since each chunk or text piece has its own ID so makes...

[link](https://stackoverflow.com/questions/72191560/importerror-cannot-import-name-soft-unicode-from-markupsafe) you can follow this answer that is basically adding MarkupSafe==2.0.1 in your PYTHON_DEPS: in the docker.yaml file

[link](https://stackoverflow.com/questions/72191560/importerror-cannot-import-name-soft-unicode-from-markupsafe) you can follow this answer that is basically adding MarkupSafe==2.0.1 in your PYTHON_DEPS: in the docker.yaml file and also an update you will require the library wtforms==2.3.3