cognee/cognee/modules
Vasilije bbaf78f54e
Cog 669 implement dummy llm adapter (#37)
Adds the `class DummyLLMAdapter(LLMInterface)` class for profiling of
large datasets without actual LLM calls in the top level
`profiling/util` location.

I also move the `show_prompt` implementation from the child classes to
`LLMInterface`, since the implementations were identical.

I expanded the scope to also include a DummyEmbeddingEngine.
2024-11-30 17:02:49 +01:00
..
chunking Pass DocumentChunk metadata_id to _metadata field 2024-11-28 09:18:49 +01:00
cognify Delete cognee/modules/cognify/dataset.py 2024-11-14 14:49:45 +01:00
data Cog 669 implement dummy llm adapter (#37) 2024-11-30 17:02:49 +01:00
engine fix: enable falkordb and add test for it (#31) 2024-11-27 22:55:30 +01:00
graph fix: falkordb adapter errors 2024-11-28 09:12:37 +01:00
ingestion Move class and functions to data.models 2024-11-28 09:18:49 +01:00
pipelines feat: COG-585 enable custom llm and embeding models 2024-11-22 10:26:21 +01:00
retrieval Connect code graph pipeline + retriever + benchmarking 2024-11-29 15:24:49 +01:00
search feat: log search queries and results (#166) 2024-11-17 11:59:10 +01:00
settings feat: COG-585 enable custom llm and embeding models 2024-11-22 10:26:21 +01:00
storage/utils feat: COG-184 add falkordb (#192) 2024-11-11 18:20:52 +01:00
users feat: log search queries and results (#166) 2024-11-17 11:59:10 +01:00
__init__.py chore: rename package 2024-03-13 16:08:11 +01:00