feat: Add FAISS search tool

- Implement FAISSSearchTool for vector similarity search
- Add comprehensive unit tests
- Update documentation with usage examples
- Add FAISS dependency

Closes #2118

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-02-13 08:21:05 +00:00
parent d3b398ed52
commit ecd16486c1
5 changed files with 169 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ dependencies = [
"tomli>=2.0.2",
"blinker>=1.9.0",
"json5>=0.10.0",
"faiss-cpu>=1.7.4",
]
[project.urls]