This project is a demo of an early childhood education drawing AI Assistant Agent based on LangChain + ChatGPT.
├── src: Functional code
├── assets: Related resources
├── configs: Configuration parameters
├── vector_store: Vector index file storage
├── run.py: Demonstration execution file
- For the first experience, execute the file:
src/Vector_store.pyfirst to import the sample student data into the vector database. Afterwards, just executerun.py. - The versions of LangChain and OpenAI used in this project are
0.0.340and1.3.2, respectively. If you encounter problems with other versions, consider installing these versions. - When importing the full amount of student data, first clear the corresponding directory under
vector_store.




