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.
Files changed (86) hide show
  1. fastmemory-0.1.0/.gitignore +3 -0
  2. fastmemory-0.1.0/Cargo.lock +845 -0
  3. fastmemory-0.1.0/Cargo.toml +30 -0
  4. fastmemory-0.1.0/Dockerfile +14 -0
  5. fastmemory-0.1.0/LICENSE +28 -0
  6. fastmemory-0.1.0/PKG-INFO +13 -0
  7. fastmemory-0.1.0/README.md +160 -0
  8. fastmemory-0.1.0/bin/linux/rust-louvain +0 -0
  9. fastmemory-0.1.0/bin/macos/rust-louvain +0 -0
  10. fastmemory-0.1.0/bin/windows/rust-louvain.exe +0 -0
  11. fastmemory-0.1.0/build_huggingface_examples.py +505 -0
  12. fastmemory-0.1.0/datasets.md +102 -0
  13. fastmemory-0.1.0/enterprise.md +28 -0
  14. fastmemory-0.1.0/example/analogies/roads_only.png +0 -0
  15. fastmemory-0.1.0/example/analogies/robot_fast_memory.png +0 -0
  16. fastmemory-0.1.0/example/analogies/robot_rag_memory.png +0 -0
  17. fastmemory-0.1.0/example/analogies/structured_city.png +0 -0
  18. fastmemory-0.1.0/example/audit/README.md +2663 -0
  19. fastmemory-0.1.0/example/audit/after.png +0 -0
  20. fastmemory-0.1.0/example/audit/before.png +0 -0
  21. fastmemory-0.1.0/example/audit/hf_raw_sample.json +1 -0
  22. fastmemory-0.1.0/example/audit/index.html +270 -0
  23. fastmemory-0.1.0/example/audit/input.md +162 -0
  24. fastmemory-0.1.0/example/audit/output.js +1 -0
  25. fastmemory-0.1.0/example/audit/output.json +1 -0
  26. fastmemory-0.1.0/example/audit/run.sh +18 -0
  27. fastmemory-0.1.0/example/business_analytics/README.md +2534 -0
  28. fastmemory-0.1.0/example/business_analytics/after.png +0 -0
  29. fastmemory-0.1.0/example/business_analytics/before.png +0 -0
  30. fastmemory-0.1.0/example/business_analytics/index.html +270 -0
  31. fastmemory-0.1.0/example/business_analytics/input.md +162 -0
  32. fastmemory-0.1.0/example/business_analytics/output.js +1 -0
  33. fastmemory-0.1.0/example/business_analytics/output.json +1 -0
  34. fastmemory-0.1.0/example/business_analytics/run.sh +18 -0
  35. fastmemory-0.1.0/example/driverless_cars/README.md +2370 -0
  36. fastmemory-0.1.0/example/driverless_cars/after.png +0 -0
  37. fastmemory-0.1.0/example/driverless_cars/before.png +0 -0
  38. fastmemory-0.1.0/example/driverless_cars/hf_raw_sample.json +1 -0
  39. fastmemory-0.1.0/example/driverless_cars/index.html +270 -0
  40. fastmemory-0.1.0/example/driverless_cars/input.md +162 -0
  41. fastmemory-0.1.0/example/driverless_cars/output.js +1 -0
  42. fastmemory-0.1.0/example/driverless_cars/output.json +1 -0
  43. fastmemory-0.1.0/example/driverless_cars/run.sh +18 -0
  44. fastmemory-0.1.0/example/email_analysis/README.md +2616 -0
  45. fastmemory-0.1.0/example/email_analysis/after.png +0 -0
  46. fastmemory-0.1.0/example/email_analysis/before.png +0 -0
  47. fastmemory-0.1.0/example/email_analysis/index.html +270 -0
  48. fastmemory-0.1.0/example/email_analysis/input.md +162 -0
  49. fastmemory-0.1.0/example/email_analysis/output.js +1 -0
  50. fastmemory-0.1.0/example/email_analysis/output.json +1 -0
  51. fastmemory-0.1.0/example/email_analysis/run.sh +18 -0
  52. fastmemory-0.1.0/example/health_science/README.md +2014 -0
  53. fastmemory-0.1.0/example/health_science/after.png +0 -0
  54. fastmemory-0.1.0/example/health_science/before.png +0 -0
  55. fastmemory-0.1.0/example/health_science/index.html +270 -0
  56. fastmemory-0.1.0/example/health_science/input.md +138 -0
  57. fastmemory-0.1.0/example/health_science/output.js +1 -0
  58. fastmemory-0.1.0/example/health_science/output.json +1 -0
  59. fastmemory-0.1.0/example/health_science/run.sh +18 -0
  60. fastmemory-0.1.0/example/robotics/README.md +2698 -0
  61. fastmemory-0.1.0/example/robotics/after.png +0 -0
  62. fastmemory-0.1.0/example/robotics/before.png +0 -0
  63. fastmemory-0.1.0/example/robotics/index.html +270 -0
  64. fastmemory-0.1.0/example/robotics/input.md +162 -0
  65. fastmemory-0.1.0/example/robotics/output.js +1 -0
  66. fastmemory-0.1.0/example/robotics/output.json +1 -0
  67. fastmemory-0.1.0/example/robotics/run.sh +18 -0
  68. fastmemory-0.1.0/example/world_events/README.md +2657 -0
  69. fastmemory-0.1.0/example/world_events/after.png +0 -0
  70. fastmemory-0.1.0/example/world_events/before.png +0 -0
  71. fastmemory-0.1.0/example/world_events/index.html +270 -0
  72. fastmemory-0.1.0/example/world_events/input.md +162 -0
  73. fastmemory-0.1.0/example/world_events/output.js +1 -0
  74. fastmemory-0.1.0/example/world_events/output.json +1 -0
  75. fastmemory-0.1.0/example/world_events/run.sh +18 -0
  76. fastmemory-0.1.0/example.md +13 -0
  77. fastmemory-0.1.0/generate_examples.sh +287 -0
  78. fastmemory-0.1.0/pyproject.toml +22 -0
  79. fastmemory-0.1.0/scripts/capture.js +52 -0
  80. fastmemory-0.1.0/src/cluster.rs +136 -0
  81. fastmemory-0.1.0/src/lib.rs +37 -0
  82. fastmemory-0.1.0/src/main.rs +116 -0
  83. fastmemory-0.1.0/src/mcp.rs +80 -0
  84. fastmemory-0.1.0/src/parser.rs +36 -0
  85. fastmemory-0.1.0/src/query.rs +87 -0
  86. fastmemory-0.1.0/src/server.rs +30 -0
@@ -0,0 +1,3 @@
1
+ target/
2
+ node_modules/
3
+ .DS_Store