All this tools are built through Poetry. How to use it
Code and mini projects I did to learn AI programming following the book Prompt Engineering and Medium.
It includes:
- Call to open AI to query ChatGPT's API
- LangChain usage mini example
- Here how to insert and how to query vector databases (CosmosDB) using an embedding model and doing a vectorial search.
- Also how to use a RAG system to include context to your queries from propietary files. It includes reading, chunking, inserting and then (in another class) querying.
This are just some tools I have for my daily workflow around files to avoid using 3rd party sites