by AkiRusProd · Agent Tool · ★ 52
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
long-term-memory-llm RAG-based LLM using long-term memory through vector database Description This repository enables the large language model to use long-term memory through a vector database (This method is called RAG (Retrieval Augmented Generation) — this is a technique that allows LLM to retrieve facts from an external database). The application is built with mistral-7b-instruct-v0.2.Q4KM.gguf (using LLAMAcpppython binding) and chromadb. User can ask in natural language to add information to db, find information from db or the Internet using guidance. Current features: add new memory: add information (in quotes) in natural language to the database query memory: request information from a database in natural language web search (experimental): find information from the Internet in natural language Diagram: Example: You Hi LOG: [Response] Bot Please add information to db "The user name is Rustam Akimov" LOG: [Adding to memory] Bot Can you find on the Internet who is Pavel Durov LOG: [Extracting question] LOG: [Searching] LOG: [Summarizing] Bot < According to the search results provided, Pavel Durov is a Russian entrepreneur who co-founded Telegram
| Stars | 52 |
| Forks | 9 |
| Language | Python |
| Category | Agent Tool |
| Quality Score | 58.6363921477206/100 |
| Last Updated | 2024-04-09 |
| Created | 2023-09-19 |
| Platforms | python |
| Est. Tokens | ~19k |
Looking for a llm-agent alternative? If you're comparing llm-agent with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
User friendly CLI tool for AI tasks. Stop thinking about LLMs and prompts, start getting results!
A handy lib for smooth interaction with large language models (LLMs) and crafting AI apps.
AI-powered universal search for all your personal data, tailored just for you. Goal:The world's first product
AI-powered text compression library for RAG systems and API calls. Reduce token usage by up to 50-60% while pr
Open-source calculator for LLM system requirements.
Conversational AI tooling & personas built on Cohere's LLMs
Explore other popular agent tool tools:
llm-agent is LLM using long-term memory through vector database. It is categorized as a Agent Tool with 52 GitHub stars.
llm-agent is primarily written in Python. It covers topics such as chromadb, gpt, gpt4all.
You can find installation instructions and usage details in the llm-agent GitHub repository at github.com/AkiRusProd/llm-agent. The project has 52 stars and 9 forks, indicating an active community.
The top alternatives to llm-agent on Agent Skills Hub include cai, ai-microcore, quanta-quest. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.