appwrite/tests/e2e/Services/Databases/VectorDB/Transactions
ArnabChatterjee20k d2c9ac079a Refactor VectorDB Embeddings API and Update Dimension Handling
- Updated the Create.php file to streamline the embedding creation process by removing unnecessary authentication checks and simplifying the parameter structure.
- Changed the parameter from 'documents' to 'texts' for clarity and adjusted the embedding model handling.
- Modified the response model to include error handling for embedding generation.
- Updated the Embedding response model to reflect changes in dimension naming and added error message handling.
- Refactored VectorDBCollection model to replace 'dimensions' with 'dimension' for consistency across the codebase.
- Adjusted all relevant tests to accommodate the new parameter names and response structures, ensuring comprehensive coverage for the updated functionality.
2025-12-02 14:20:25 +05:30
..
ACIDTest.php Refactor VectorDB Embeddings API and Update Dimension Handling 2025-12-02 14:20:25 +05:30
TransactionsBase.php Refactor VectorDB Embeddings API and Update Dimension Handling 2025-12-02 14:20:25 +05:30
TransactionsConsoleClientTest.php added transactions for vectordb 2025-11-12 16:21:27 +05:30
TransactionsCustomClientTest.php added transactions for vectordb 2025-11-12 16:21:27 +05:30
TransactionsCustomServerTest.php added transactions for vectordb 2025-11-12 16:21:27 +05:30