Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udelblue/ai
AI project showcase. Which includes code examples of langchain, llamaindex utilizing streamlit.
https://github.com/udelblue/ai
ai langchain
Last synced: 8 days ago
JSON representation
AI project showcase. Which includes code examples of langchain, llamaindex utilizing streamlit.
- Host: GitHub
- URL: https://github.com/udelblue/ai
- Owner: udelblue
- Created: 2024-10-17T23:31:06.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T18:37:46.000Z (9 days ago)
- Last Synced: 2024-11-07T19:36:46.804Z (9 days ago)
- Topics: ai, langchain
- Language: Python
- Homepage:
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AI Project Showcase
This repository serves as a collection of various AI projects demonstrating different concepts and techniques. Each subdirectory contains a separate project with its own codebase, data (if applicable), and documentation.### Getting Started:
For each project, refer to the individual README.md file within the corresponding subdirectory for specific setup and usage instructions.
### Subdirectories:
Simple - Just a plain LLM user must provide openai key.Agent_with_tools - Agent using tools (Calculator, Wikipedia, Prompt template) to formulate an answer.
LLM_simple_RAG - plain LLM to chat with documents (PDF, DOCX and TXT). Application uses Chroma as a simple vector store.