This repo includes a bounce of tutorial notebooks to understand feature of LangChain framework which helps you build LLM-powered applications and of course LLMs.
Some example needs OpenAI APIs, so please creat secret key by using your OpenAI account and export to your environment variables but note that OpenAI APIs is not free but it is not expensive for trial either.
Please, follow the steps bellow for an easy demo.
Install python dependencies;
pip install -r requirements.txt
Set up your OpenAI key;
export OPENAI_API_KEY='your-api-key-here'
[2] https://towardsdatascience.com/explaining-vector-databases-in-3-levels-of-difficulty-fc392e48ab78
[4] https://towardsdatascience.com/easily-estimate-your-openai-api-costs-with-tiktoken-c17caf6d015e
[9] https://python.langchain.com/docs/use_cases/summarization/#option-1.-stuff
[10] https://github.com/mendableai/QA_clustering
[11] https://platform.openai.com/docs/api-reference/authentication
[12] https://python.langchain.com/docs/get_started/introduction
Kubilay Tuna
GNU General Public License v3.0