AIAnytime / Llama2-Medical-Chatbot

This is a medical bot built using Llama2 and Sentence Transformers. The bot is powered by Langchain and Chainlit. The bot runs on a decent CPU machine with a minimum of 16GB of RAM.
MIT License
296 stars 218 forks source link

pydantic.error_wrappers.ValidationError #25

Open siddhant250502 opened 7 months ago

siddhant250502 commented 7 months ago

im getting validation error for huggingfaceembeddings model saying that "extra fields not permitted (type=value_error.extra)"

any ideas as to why?