- Presentation: https://docs.google.com/presentation/d/1nJPLz112mFDBlf2QsDfz5tzWPWvk6JkZdz7V2UKj4Ag/edit?usp=sharing
poetry shell
- initialize virutal environment, you should always start the terminal with this commandpoetry install --no-root
- install all packages as stated in pyproject.tomlpoetry add <package>
poetry remove <package>
poetry run python main.py
- create a simple chatbot with Python
- load markdown files and create chunks
- select the embeddings model and create embeddings with Chroma
- create semantic search
- create question answering bot
- create Llama based bot