Confidential guide on numerology and astrology, based of GG33 Public information

aicompliance_mcp
An MCP server to answer questions on the original EU AI Act
3 years
Works with Finder
1
Github Watches
0
Github Forks
0
Github Stars
EU AI Act Compliance Chatbot
A chatbot designed to answer questions about the EU AI Act using a hybrid retrieval approach (vector search + knowledge graph).
Setup
- Install Poetry: If you don't have Poetry installed, follow the instructions here.
-
Clone the repository:
git clone <your-repo-url> cd eu-ai-act-chatbot
-
Install dependencies:
poetry install
-
Set up environment variables:
- Copy the
.env.example
file to.env
:cp .env .env # Or .env.example if you rename the template
- Fill in your API keys and service details in the
.env
file.
- Copy the
-
Download the EU AI Act PDF: Place the PDF file in a
data/
directory (you might need to create it) and name iteu_ai_act.pdf
.
Processing Data
To process the EU AI Act document and populate the vector store and knowledge graph:
poetry shell
python -m scripts.process_eu_ai_act
Running the API
To run the FastAPI application locally:
poetry shell
uvicorn src.eu_ai_act_chatbot.api.main:app --reload
The API will be available at http://127.0.0.1:8000
. You can access the interactive documentation at http://127.0.0.1:8000/docs
.
Running Tests
poetry shell
pytest
Deployment (AWS Lambda)
-
Create a deployment package:
# Ensure dependencies are installed in the project's virtual env poetry install --no-dev # Create the package directory mkdir package # Install dependencies into the package directory poetry run pip install --upgrade pip poetry run pip install -r <(poetry export -f requirements.txt --without-hashes) --target ./package # Copy source code and Lambda handler cp -r ./src ./package/ cp lambda_function.py ./package/ # Create the zip file cd package zip -r ../deployment.zip . cd ..
-
Upload
deployment.zip
to your AWS Lambda function. - Ensure the Lambda function's handler is set to
lambda_function.lambda_handler
. - Configure necessary environment variables in the Lambda function settings.
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
🔍 Enabling AI assistants to search and access PyPI package information through a simple MCP interface.
🧑🚀 全世界最好的LLM资料总结(Agent框架、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
Reviews

user_C4yofSs5
I have been using aicompliance_mcp by thoughtgeek and it has significantly streamlined our compliance processes. The seamless integration and intuitive interface make it an essential tool for any team looking to enhance their compliance measures efficiently. Highly recommend for anyone in the field!