fastmemory 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fastmemory-0.1.0/.gitignore +3 -0
- fastmemory-0.1.0/Cargo.lock +845 -0
- fastmemory-0.1.0/Cargo.toml +30 -0
- fastmemory-0.1.0/Dockerfile +14 -0
- fastmemory-0.1.0/LICENSE +28 -0
- fastmemory-0.1.0/PKG-INFO +13 -0
- fastmemory-0.1.0/README.md +160 -0
- fastmemory-0.1.0/bin/linux/rust-louvain +0 -0
- fastmemory-0.1.0/bin/macos/rust-louvain +0 -0
- fastmemory-0.1.0/bin/windows/rust-louvain.exe +0 -0
- fastmemory-0.1.0/build_huggingface_examples.py +505 -0
- fastmemory-0.1.0/datasets.md +102 -0
- fastmemory-0.1.0/enterprise.md +28 -0
- fastmemory-0.1.0/example/analogies/roads_only.png +0 -0
- fastmemory-0.1.0/example/analogies/robot_fast_memory.png +0 -0
- fastmemory-0.1.0/example/analogies/robot_rag_memory.png +0 -0
- fastmemory-0.1.0/example/analogies/structured_city.png +0 -0
- fastmemory-0.1.0/example/audit/README.md +2663 -0
- fastmemory-0.1.0/example/audit/after.png +0 -0
- fastmemory-0.1.0/example/audit/before.png +0 -0
- fastmemory-0.1.0/example/audit/hf_raw_sample.json +1 -0
- fastmemory-0.1.0/example/audit/index.html +270 -0
- fastmemory-0.1.0/example/audit/input.md +162 -0
- fastmemory-0.1.0/example/audit/output.js +1 -0
- fastmemory-0.1.0/example/audit/output.json +1 -0
- fastmemory-0.1.0/example/audit/run.sh +18 -0
- fastmemory-0.1.0/example/business_analytics/README.md +2534 -0
- fastmemory-0.1.0/example/business_analytics/after.png +0 -0
- fastmemory-0.1.0/example/business_analytics/before.png +0 -0
- fastmemory-0.1.0/example/business_analytics/index.html +270 -0
- fastmemory-0.1.0/example/business_analytics/input.md +162 -0
- fastmemory-0.1.0/example/business_analytics/output.js +1 -0
- fastmemory-0.1.0/example/business_analytics/output.json +1 -0
- fastmemory-0.1.0/example/business_analytics/run.sh +18 -0
- fastmemory-0.1.0/example/driverless_cars/README.md +2370 -0
- fastmemory-0.1.0/example/driverless_cars/after.png +0 -0
- fastmemory-0.1.0/example/driverless_cars/before.png +0 -0
- fastmemory-0.1.0/example/driverless_cars/hf_raw_sample.json +1 -0
- fastmemory-0.1.0/example/driverless_cars/index.html +270 -0
- fastmemory-0.1.0/example/driverless_cars/input.md +162 -0
- fastmemory-0.1.0/example/driverless_cars/output.js +1 -0
- fastmemory-0.1.0/example/driverless_cars/output.json +1 -0
- fastmemory-0.1.0/example/driverless_cars/run.sh +18 -0
- fastmemory-0.1.0/example/email_analysis/README.md +2616 -0
- fastmemory-0.1.0/example/email_analysis/after.png +0 -0
- fastmemory-0.1.0/example/email_analysis/before.png +0 -0
- fastmemory-0.1.0/example/email_analysis/index.html +270 -0
- fastmemory-0.1.0/example/email_analysis/input.md +162 -0
- fastmemory-0.1.0/example/email_analysis/output.js +1 -0
- fastmemory-0.1.0/example/email_analysis/output.json +1 -0
- fastmemory-0.1.0/example/email_analysis/run.sh +18 -0
- fastmemory-0.1.0/example/health_science/README.md +2014 -0
- fastmemory-0.1.0/example/health_science/after.png +0 -0
- fastmemory-0.1.0/example/health_science/before.png +0 -0
- fastmemory-0.1.0/example/health_science/index.html +270 -0
- fastmemory-0.1.0/example/health_science/input.md +138 -0
- fastmemory-0.1.0/example/health_science/output.js +1 -0
- fastmemory-0.1.0/example/health_science/output.json +1 -0
- fastmemory-0.1.0/example/health_science/run.sh +18 -0
- fastmemory-0.1.0/example/robotics/README.md +2698 -0
- fastmemory-0.1.0/example/robotics/after.png +0 -0
- fastmemory-0.1.0/example/robotics/before.png +0 -0
- fastmemory-0.1.0/example/robotics/index.html +270 -0
- fastmemory-0.1.0/example/robotics/input.md +162 -0
- fastmemory-0.1.0/example/robotics/output.js +1 -0
- fastmemory-0.1.0/example/robotics/output.json +1 -0
- fastmemory-0.1.0/example/robotics/run.sh +18 -0
- fastmemory-0.1.0/example/world_events/README.md +2657 -0
- fastmemory-0.1.0/example/world_events/after.png +0 -0
- fastmemory-0.1.0/example/world_events/before.png +0 -0
- fastmemory-0.1.0/example/world_events/index.html +270 -0
- fastmemory-0.1.0/example/world_events/input.md +162 -0
- fastmemory-0.1.0/example/world_events/output.js +1 -0
- fastmemory-0.1.0/example/world_events/output.json +1 -0
- fastmemory-0.1.0/example/world_events/run.sh +18 -0
- fastmemory-0.1.0/example.md +13 -0
- fastmemory-0.1.0/generate_examples.sh +287 -0
- fastmemory-0.1.0/pyproject.toml +22 -0
- fastmemory-0.1.0/scripts/capture.js +52 -0
- fastmemory-0.1.0/src/cluster.rs +136 -0
- fastmemory-0.1.0/src/lib.rs +37 -0
- fastmemory-0.1.0/src/main.rs +116 -0
- fastmemory-0.1.0/src/mcp.rs +80 -0
- fastmemory-0.1.0/src/parser.rs +36 -0
- fastmemory-0.1.0/src/query.rs +87 -0
- fastmemory-0.1.0/src/server.rs +30 -0