Igor Ilic
|
e462ebe2e6
|
docs: Update README.md with stable databases
Update README.md with state of stable databases
Docs
|
2024-12-03 13:38:07 +01:00 |
|
Igor Ilic
|
747a6b9d47
|
Merge pull request #243 from jinhonglin-ryan/feature/milvus-vectordb
Feature: Integrate Milvus as a Vector Database Provider
|
2024-12-03 13:10:18 +01:00 |
|
Igor Ilic
|
c301498da0
|
fix: Fix batch search function
Rewrite batch search to work as async gather
Fix
|
2024-12-03 11:58:34 +01:00 |
|
Igor Ilic
|
764c0895df
|
fix: Resolve Milvus connection issue, add config to milvus test, add milvus gh action
Resolved if statement resolution issue regrading api key,
Added vector db config to milvus test,
Added milvus gh action
Fix
|
2024-12-03 11:13:54 +01:00 |
|
Igor Ilic
|
fb5f0cf00f
|
chore: Make milvus an optional dependency
Make Milvus an optional dependency, expand docs with Milvus information
Chore
|
2024-12-03 10:37:50 +01:00 |
|
Ryan Lin
|
f65070087f
|
Feature: Integrate Milvus as the VectorDatabase
|
2024-12-03 03:40:28 -05:00 |
|
Vasilije
|
42ab60125b
|
Merge pull request #242 from topoteretes/main-cognify-fix
fix: fixes cognify duplicated edges and resets the methods to an olde…
|
2024-12-02 20:53:57 +01:00 |
|
Vasilije
|
1c47870d05
|
Merge pull request #241 from topoteretes/COG-595-optional-dependencies
chore: Add optional dependencies
|
2024-12-02 20:53:43 +01:00 |
|
hajdul88
|
6841c83566
|
fix: fixes cognify duplicated edges and resets the methods to an older version
|
2024-12-02 20:18:55 +01:00 |
|
Igor Ilic
|
ec65354eec
|
Merge branch 'COG-595-optional-dependencies' of github.com:topoteretes/cognee into COG-595-optional-dependencies
|
2024-12-02 19:37:03 +01:00 |
|
Igor Ilic
|
dcb320da52
|
chore: Add groq and langfuse as optional dependencies
Added groq and langfuse as optional dependencies
Chore COG-595
|
2024-12-02 19:35:50 +01:00 |
|
Igor Ilic
|
19c83a5d23
|
Merge branch 'main' into COG-595-optional-dependencies
|
2024-12-02 19:09:51 +01:00 |
|
Igor Ilic
|
1a5f0fe10d
|
chore: Update readme with more description about extras
Update readme to be a bit more descriptive about installation
Chore COG-595
|
2024-12-02 19:07:17 +01:00 |
|
Igor Ilic
|
ad56ff9c1a
|
chore: Add langchain as optional dependency
Added langchain as optional dependency
Chore COG-595
|
2024-12-02 16:47:26 +01:00 |
|
Igor Ilic
|
836e3d29e1
|
chore: Update README.md
Update README.md with database optional dependencies
Chore COG-595
|
2024-12-02 16:24:12 +01:00 |
|
Igor Ilic
|
b0eb9af9c2
|
Merge pull request #240 from topoteretes/COG-741-proxy-domain-change
refactor: Change proxy url to be to custom domain
|
2024-12-02 15:36:46 +01:00 |
|
Igor Ilic
|
63e687978e
|
chore: Remove falkordb and posthog non optional dependency
Switched falkordb and posthog to be optional dependencies
Chore COG-595
|
2024-12-02 15:30:30 +01:00 |
|
Igor Ilic
|
13b79320b6
|
fix: Resolve issue with gh actions not installing optional packages
Add install of optional databases packages for database gh actions
Fix COG-595
|
2024-12-02 14:54:20 +01:00 |
|
Igor Ilic
|
f41228aa51
|
fix: Resolve import of optional package
Resolve issue with forced import of optional pgvector package.
Fix COG-595
|
2024-12-02 14:52:24 +01:00 |
|
Igor Ilic
|
10dc6b1524
|
chore: Add optional dependencies
Change intended optional dependencies to really be optional
Chore COG-595
|
2024-12-02 14:38:41 +01:00 |
|
Igor Ilic
|
491dc49679
|
refactor: Change proxy url to be to custom domain
Added custom domain for proxy use
Refactor COG-741
|
2024-12-02 14:00:17 +01:00 |
|
Boris Arzentar
|
76e2b6a639
|
Merge remote-tracking branch 'origin/main'
|
2024-12-02 10:15:30 +01:00 |
|
Vasilije
|
d855e2ee88
|
Update README.md
|
2024-11-30 16:36:34 +01:00 |
|
Vasilije
|
0da0cd761b
|
Update README.md
|
2024-11-30 16:35:04 +01:00 |
|
Igor Ilic
|
c702b6cae0
|
feat: Add singleton way of working to graph databases (#39)
Added signleton type of functioning to graph databases
Feature
|
2024-11-29 15:04:42 +01:00 |
|
Igor Ilic
|
e03de63c8c
|
feat: Add reusable workflows for jupyter notebooks and python examples (#40)
Add reusable workflows for:
1. Jupyer notebooks
2. Python examples
Add github actions for current python examples
Feature COG-686
|
2024-11-29 15:04:13 +01:00 |
|
Igor Ilic
|
a345471fef
|
test: Add dynamic steps and multimedia example python script testing in github actions
Added dynamic steps and multimedia python example scripts testing in github actions
Test COG-686
|
2024-11-29 13:51:09 +01:00 |
|
Igor Ilic
|
2389e60fc1
|
chore: Return example to previous state before testing error raising
Return example to normal state after confirming error raising will be caught by gh action
Chore COG-686
|
2024-11-29 13:48:13 +01:00 |
|
Igor Ilic
|
f363ece4a7
|
chore: Test if raised error will be caught
Test if error raised inside python example will be caught
Chore COG-686
|
2024-11-29 13:45:38 +01:00 |
|
Igor Ilic
|
c7a8d2995b
|
test: Add reusable python example workflow
Add reusable workflow for python examples, add simple example python script test
Test COG-686
|
2024-11-29 13:42:04 +01:00 |
|
Igor Ilic
|
ea38a0f51b
|
chore: Update all notebook github actions
Update all notebook github actions to use reusable_notebook workflow
Chore COG-686
|
2024-11-29 12:20:12 +01:00 |
|
Igor Ilic
|
eaf26b5c9e
|
chore: Update github action regrading notebook
Update github action related to jupyter notebook
Chore COG-686
|
2024-11-29 12:16:28 +01:00 |
|
Igor Ilic
|
ce99936ed5
|
chore: Test github action
Test notebook github action
Chore COG-686
|
2024-11-29 12:14:04 +01:00 |
|
Igor Ilic
|
d0d033bf97
|
chore: Test work of github action when removing label need
Test work of github action when label is not needed
Chore COG-686
|
2024-11-29 12:06:25 +01:00 |
|
Igor Ilic
|
6e8ca2f0e6
|
test: Attempt to fix event propagation issue
Trying to resolve issue of propagating github events to reusable workflow
Test COG-686
|
2024-11-29 12:04:31 +01:00 |
|
Igor Ilic
|
e72a84c1c3
|
test: Resolve issue with notebook location
Reusable workflows must be in the workflows github folder
Test COG-686
|
2024-11-29 11:53:26 +01:00 |
|
Igor Ilic
|
d586336596
|
test: Fix issue with notebook action
Resolve issue with wrongly defined notebook action
Test COG-686
|
2024-11-29 11:46:20 +01:00 |
|
Igor Ilic
|
a2b4c5b9eb
|
feat: Add reusable workflows for jupyter notebooks
Add reusable workflows for Jupyer notebooks
Feature COG-686
|
2024-11-29 11:36:20 +01:00 |
|
Igor Ilic
|
be5cb86cb2
|
feat: Add singleton way of working to graph databases
Added signleton type of functioning to graph databases
Feature
|
2024-11-28 22:15:53 +01:00 |
|
hajdul88
|
be6eebfbb1
|
Feature/cog 537 implement retrieval algorithm from research paper (#8)
|
2024-11-27 17:26:11 +01:00 |
|
hajdul88
|
3146ef75c9
|
Fix: renames new vector db and cogneegraph methods
|
2024-11-27 13:47:26 +01:00 |
|
hajdul88
|
94dc545fcd
|
chore: adds self to cogneegraph edges
|
2024-11-27 11:42:35 +01:00 |
|
hajdul88
|
c30683e20e
|
chore: changes query text in tests
|
2024-11-26 17:29:44 +01:00 |
|
hajdul88
|
98a517dd9f
|
feat: extends brute force triplet search for weaviate db
|
2024-11-26 17:20:53 +01:00 |
|
hajdul88
|
4c9d816f87
|
feat: extends bruteforce triplet search for Qdrant db
|
2024-11-26 17:05:38 +01:00 |
|
hajdul88
|
4035302dd4
|
feat: Adds tests for pgvector, qdrant and weaviate
|
2024-11-26 16:48:09 +01:00 |
|
hajdul88
|
0441e19bc9
|
feat: Adds bruteforce retriever test for neo4j
|
2024-11-26 16:42:35 +01:00 |
|
hajdul88
|
59f8ec665f
|
Merge remote-tracking branch 'origin/main' into feature/cog-537-implement-retrieval-algorithm-from-research-paper
|
2024-11-26 16:38:32 +01:00 |
|
hajdul88
|
ecdf3d4d54
|
fix: Updates neo4j test
|
2024-11-26 16:35:20 +01:00 |
|
hajdul88
|
c9f66145f5
|
feat: checks neo4j test for bruteforce retriever
|
2024-11-26 16:33:33 +01:00 |
|