6 Commits

Author SHA1 Message Date
Aherobo Ovie Victor e63bf2d8c7 Update README with correct Pinecone index naming convention
Change PINECONE_INDEX_NAME example from 'specscomply_documents' to 'specscomply-documents'
to reflect Pinecone's naming requirements (lowercase alphanumeric characters and hyphens only)
2025-07-18 00:53:38 +01:00
Aherobo Ovie Victor c7caf06db5 Fix Pinecone API compatibility for v6.x
Update embedding service to use new Pinecone API syntax:
- Import ServerlessSpec from pinecone package
- Add spec parameter to create_index() call with AWS serverless configuration
- Resolves TypeError: missing required positional argument 'spec'
- Maintains existing functionality with updated API requirements
2025-07-18 00:52:51 +01:00
Aherobo Ovie Victor 11db2bc697 add missing dependencies 2025-07-17 23:27:23 +01:00
Aherobo Ovie Victor 3f141da509 adding run.py 2025-07-17 23:06:27 +01:00
Aherobo Ovie Victor 9b5e11a6d8 update readme 2025-07-17 22:28:37 +01:00
Aherobo Ovie Victor 0e3e22e8cb Initial commit 2025-07-17 22:20:25 +01:00