projeto-rag-geometrico
Verified Safeby Dellos12
Overview
Implements a Retrieval-Augmented Generation (RAG) engine leveraging geometric and statistical principles for advanced information retrieval, particularly for business data.
Installation
docker-compose up --buildSecurity Notes
The application is a standard FastAPI server exposing endpoints. It uses local ChromaDB for vector storage and pre-trained Sentence Transformers models. No 'eval' or obvious malicious patterns were found. Standard web API security practices should be followed when deploying in production (e.g., access control, input validation).
Similar Servers
Context-Engine
Self-improving code search and context engine for IDEs and AI agents, providing hybrid semantic/lexical search, symbol graph navigation, and persistent memory.
qdrant-loader
A Model Context Protocol (MCP) server that provides advanced Retrieval-Augmented Generation (RAG) capabilities to AI development tools by bridging a QDrant knowledge base for intelligent, context-aware search.
mcp-raganything
Provides a FastAPI REST API and MCP server for Retrieval Augmented Generation (RAG) capabilities, integrating with the RAG-Anything and LightRAG libraries for multi-modal document processing and knowledge graph operations.
vector-mcp
Provides a standardized API for AI agents to manage and interact with various vector database technologies for Retrieval Augmented Generation (RAG).