What's Changed
- feat: Eliminate the use of max_chunk_tokens and use a unified max_chunk_size instead [cog-1381] by @alekszievr in #626
- feat: productionize ontology solution [COG-1401] by @hajdul88 in #623
- fix: expose chunk_size for eval framework [COG-1546] by @lxobr in #634
- feat: user authorization [COG-1189] by @dexters1 in #593
- feat: instance filter in eval by @lxobr in #627
- feat: Add support for ChromaDB by @dm1tryG in #622
- feat: Kuzu integration by @soobrosa in #628
- fix: fixes naming in chromadb test by @hajdul88 in #640
- feat: pipeline steps in eval by @lxobr in #641
- chore: Temporarily remove embedding env vars for code graph action by @dexters1 in #647
- chore: Remove old eval files [cog-1567] by @alekszievr in #649
- chore: deletes error log when there is no collection. Using dynamic c… by @hajdul88 in #651
- feat: adds cypher search to retrievers module by @hajdul88 in #648
- chore: move ec2 setup file and remove extra steps [cog-1585] by @alekszievr in #653
- feat: Updated helm chart image by @hajdul88 in #656
- fix: Run mcp cognify and codify as background async task [COG-1647] by @dexters1 in #655
- test: test retrievers [cog-1433] by @alekszievr in #635
- refactor: reimplement
resolve_edges_to_textwith cleaner formatting by @lxobr in #652 - refactor: change tenant parameter to tenant_id by @dexters1 in #659
- chore: remove unused dependencies and make some optional by @borisarzentar in #661
- fix: human readable logs by @soobrosa in #658
- docs: add graph visualization by @hande-k in #665
- chore: handle empty distance list in brute force search [cog-1424] by @alekszievr in #654
- feat: Adds ontology scientific paper demo by @hajdul88 in #662
- feat: Relational db to graph db [COG-1468] by @dexters1 in #644
- fix: code cleanup [COG-781] by @borisarzentar in #667
- feat: NaturalLanguageRetriever (text2cypher) by @dm1tryG in #663
- feat: Add logging to file [COG-1715] by @dexters1 in #672
- fix: Resolve issue with MCP server communication by @dexters1 in #674
- feat: adds graph completion retriever fix by @hajdul88 in #676
- fix: add pipeline_name to PipelineRun and change logging default by @borisarzentar in #675
- fix: send UUID node ids instead of strings by @borisarzentar in #679
New Contributors
Full Changelog: v0.1.34...v0.1.35