libraryofcelsus
Hobbyist AI developer with a focus on Retrieval Augmented Generation and LLM-Based Scripting and Automation.
Pinned Repositories
Aetherius_AI_Assistant
A completely private, locally-operated Ai Assistant/Chatbot/Sub-Agent Framework with realistic Long Term Memory and thought formation using Open Source LLMs. Qdrant is used for the Vector DB.
Aetherius_Ai_Assistant_Outputs
Outputs from Aetherius to be used in Datasets
AetherNode
A Self-Hosted API for running Open-Source LLMs. Made for use with my Assistant Project.
Basic-Oobabooga-Chatbot
An example of a basic chatbot with persistent conversation history using the Oobabooga Api and Llama 2.
Basic-Qdrant-Upload-and-Search-Example
Example code on how to upload and search a Qdrant Vector Database for Ai Chatbot Retrieval Frameworks
Hierarchical_RAG_Chatbot
RAG with branching search based on knowledge domains. Uses Qdrant or Marqo DB as the database.
LLM_File_Parser
AutoML/Unstructured Data Processing for RAG and LLM Dataset Creation. Current Database Options are: Qdrant or Marqo DB.
Marqo_DB_Examples
Examples using Marqo DB. Currently includes examples of file processing and RAG.
Qdrant-Long-Term-Memory-Chatbot
Example code for a basic Long Term Memory Chatbot using Qdrant and a conversation history list.
Research_GPT
Simple example of autonomous research ran in parallel from my Aetherius Ai Assistant project. Uses Openai's GPT-3.5, GPT-4, and Microsoft Bing Search API.
libraryofcelsus's Repositories
libraryofcelsus/Aetherius_AI_Assistant
A completely private, locally-operated Ai Assistant/Chatbot/Sub-Agent Framework with realistic Long Term Memory and thought formation using Open Source LLMs. Qdrant is used for the Vector DB.
libraryofcelsus/Research_GPT
Simple example of autonomous research ran in parallel from my Aetherius Ai Assistant project. Uses Openai's GPT-3.5, GPT-4, and Microsoft Bing Search API.
libraryofcelsus/Qdrant-Long-Term-Memory-Chatbot
Example code for a basic Long Term Memory Chatbot using Qdrant and a conversation history list.
libraryofcelsus/Hierarchical_RAG_Chatbot
RAG with branching search based on knowledge domains. Uses Qdrant or Marqo DB as the database.
libraryofcelsus/LLM_File_Parser
AutoML/Unstructured Data Processing for RAG and LLM Dataset Creation. Current Database Options are: Qdrant or Marqo DB.
libraryofcelsus/Marqo_DB_Examples
Examples using Marqo DB. Currently includes examples of file processing and RAG.
libraryofcelsus/Basic-Oobabooga-Chatbot
An example of a basic chatbot with persistent conversation history using the Oobabooga Api and Llama 2.
libraryofcelsus/Basic-Qdrant-Upload-and-Search-Example
Example code on how to upload and search a Qdrant Vector Database for Ai Chatbot Retrieval Frameworks
libraryofcelsus/Aetherius_Ai_Assistant_Outputs
Outputs from Aetherius to be used in Datasets
libraryofcelsus/AetherNode
A Self-Hosted API for running Open-Source LLMs. Made for use with my Assistant Project.
libraryofcelsus/Agentic_RAG
Agentic Rag with Customizable Sub-Agents.
libraryofcelsus/Pinecone-Athena
An attempt at a realistic Personal Assistant Chatbot
libraryofcelsus/AutoGPTQ
An easy-to-use LLMs quantization package with user-friendly apis, based on GPTQ algorithm.
libraryofcelsus/Basic-OpenAi-Chatbot
An example of a basic chatbot with a persistent conversation list using the OpenAi Api.
libraryofcelsus/exllamav2
A fast inference library for running LLMs locally on modern consumer-class GPUs
libraryofcelsus/LLM_NER_and_Branching_Hybrid_Search_Chatbot
An example of Named-entity Recognition and relation mapping using an LLM and Vector Database. Also includes a Branching Hybrid-Search Chatbot to utilize extracted relations.
libraryofcelsus/Long_Term_Memory_Chatbot
Chatbot for v2 character cards with long term memory. Available APIs: OpenAi, Oobabooga. VectorDB: Qdrant, Marqo.