Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ojasskapre/llm_notebooks
https://github.com/ojasskapre/llm_notebooks
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojasskapre/llm_notebooks
- Owner: ojasskapre
- Created: 2023-05-25T04:25:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-29T06:12:52.000Z (5 months ago)
- Last Synced: 2024-10-19T16:10:01.233Z (3 months ago)
- Language: Jupyter Notebook
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to this repository where we explore the intersection of language models, embeddings, and vector databases.
This repository serves as a playground and a proof-of-concept for integrating
- different language models like OpenAI, HuggingFace, Cohere, etc
- tools like LangChain, llama_index
- vector databases like Pinecone, Qdrant, Chroma, etcThe notebooks you will find in this repository document our exploration and understanding of these tools, and demonstrate how they can be used in tandem to create powerful AI applications. I believe that the combination of these technologies holds great promise for the future of AI, and we want to share my journey with the wider AI community.
### Resources
- [Langchain Documentation](https://python.langchain.com/en/latest/)
- [Cohere Large Language University](https://docs.cohere.com/docs/llmu)