Skip to content

anton-cornak/hackathon2024-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workshop - Hackathon #24

Commands to know

  • poetry shell - initialize virutal environment, you should always start the terminal with this command
  • poetry install --no-root - install all packages as stated in pyproject.toml
  • poetry add <package>
  • poetry remove <package>
  • poetry run python main.py

Sources

Step by step

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages