Azure-Samples / Cosmic-Food-RAG-app

A chat-based recommendation application that revolutionizes the culinary experience.
MIT License
10 stars 7 forks source link

upgrade to latest langchain packages #89

Closed john0isaac closed 4 days ago

john0isaac commented 4 days ago

Purpose

This PR updates all of the python packages with langchain's breaking update changing the way they save and retrieve the data from the database

If you use this over your existing database data that was created using a version previous to langchain community 0.2.16 it won't work in retrieving the data as the expected structure for the data changed, you will need to create a new collection and populate it with the data in the new structure.

Does this introduce a breaking change?

- [x] Yes
- [ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

- [ ] Bugfix
- [x] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Documentation content changes
- [ ] Other... Please describe: