Igor Ilic
d7195f9786
test: Update test regarding message
...
Update assertion message, add veryfing of file existence
2024-12-20 15:17:35 +01:00
Igor Ilic
1406b6f078
test: Add test to verify deletion of local files
...
Added test that checks local files created by cognee will be deleted and those not created by cognee won't
Test COG-475
2024-12-19 17:30:02 +01:00
Igor Ilic
418cb65b35
test: Revert changes on test_pgvector
...
Revert changes on test_pgvector which were made to test deletion of local files
Test COG-475
2024-12-19 16:38:50 +01:00
Igor Ilic
ee6bc17032
refacotr: Add current development status
...
Save current development status
Refactor
2024-12-18 17:10:08 +01:00
Igor Ilic
48825d0d84
chore: Resolve typo in getting documents code
...
Resolve typo in code
chore COG-912
2024-12-17 14:22:51 +01:00
Igor Ilic
af335fafe3
test: Added test for getting of documents for search
...
Added test to verify getting documents related to datasets intended for search
Test COG-912
2024-12-17 12:11:24 +01:00
hajdul88
c30683e20e
chore: changes query text in tests
2024-11-26 17:29:44 +01:00
hajdul88
4035302dd4
feat: Adds tests for pgvector, qdrant and weaviate
2024-11-26 16:48:09 +01:00
Igor Ilic
ac3f988278
test: Add checking of Networkx database deletion
...
Add test to check if networkx database has been cleaned properly
Test COG-488
2024-11-21 16:09:50 +01:00
Igor Ilic
27aade2a43
refactor: Expand on assert in test
...
Expand on assert fail message in pgvector test
Refactor COG-488
2024-11-21 10:25:26 +01:00
Igor Ilic
796bbadb43
test: Add verification of deletion of local files
...
Verify local files used in end to end test are deleted upon completion
Test COG-488
2024-11-20 17:27:12 +01:00
Igor Ilic
b60f2603f4
test: Add test for pgvector to confirm database deletion is working
...
Added assert to verify all tables in database have been cleared.
Added method to SqlAlchemyAdapter to get all table names in database.
Test COG-488
2024-11-20 17:11:23 +01:00
Igor Ilic
15b7b8ef2b
fix: Resolve issue with table names in SQL commands
...
Some SQL commands require lowercase characters in table names unless table name is wrapped in quotes. Renamed all new tables to use lowercase
Fix COG-677
2024-11-20 14:54:35 +01:00
Boris
d8b6eeded5
feat: log search queries and results ( #166 )
...
* feat: log search queries and results
* fix: address coderabbit review comments
* fix: parse UUID when logging search results
* fix: remove custom UUID type and use DB agnostic UUID from sqlalchemy
* Add new cognee_db
---------
Co-authored-by: Leon Luithlen <leon@topoteretes.com>
2024-11-17 11:59:10 +01:00
Boris
52180eb6b5
feat: COG-184 add falkordb ( #192 )
...
* feat: add falkordb adapter
---------
Co-authored-by: hajdul88 <52442977+hajdul88@users.noreply.github.com>
2024-11-11 18:20:52 +01:00
Igor Ilic
195929e245
refactor: Fix typo
...
Refactor fix typo in pgvector integration test
Refactor #COG-170
2024-10-22 15:12:45 +02:00
Igor Ilic
6b9a14270d
refactor: Fix spacing, remove unused config methods
...
Remove unused config methods so we don't have to maintain them.
Fixed spacing in test_pgvector integration test.
Refactor #COG-170
2024-10-22 13:45:23 +02:00
Igor Ilic
c7ed46ddaa
fix: Change to new syntax for vector_engine_provider
...
Syntax changed for vector_engine_provider to vector_db_provider
Fix #COG-170
2024-10-22 12:57:17 +02:00
Igor Ilic
a3581689f2
refactor: Add setting of database configs through dictionary
...
Added the ability to set database configurations through dictionary for ease of use.
Updated test_pgvector to use this way of setting configuration
Refactor #COG-170
2024-10-22 11:53:33 +02:00
Igor Ilic
2cedcbe670
refactor: Change database name in PGVectorAdapter test and workflow
...
Changed database name in test and workflow to be the same as in the .env.template
Refactor #COG-170
2024-10-21 15:51:48 +02:00
Igor Ilic
4c381a3ae9
chore: Add pgvector dependency
...
Added pgvector dependency for PGVectorAdapter
Chore #COG-170
2024-10-21 15:08:27 +02:00
Igor Ilic
f8babbaa53
test: Add test for PGVectorAdapter
...
Added test for PGVectorAdapter
Test #COG-170
2024-10-21 14:33:00 +02:00