cognee/cognee/infrastructure/llm
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
..
anthropic DummyLLMAdapter WIP 2024-11-28 11:49:28 +01:00
generic_llm_api DummyLLMAdapter WIP 2024-11-28 11:49:28 +01:00
openai DummyLLMAdapter WIP 2024-11-28 11:49:28 +01:00
prompts Cog 669 implement dummy llm adapter (#37) 2024-11-30 17:02:49 +01:00
__init__.py feat: implement cognee ui redesign 2024-05-26 23:49:50 +02:00
config.py feat: COG-585 enable custom llm and embeding models 2024-11-22 10:26:21 +01:00
get_llm_client.py feat: COG-585 enable custom llm and embeding models 2024-11-22 10:26:21 +01:00
llm_interface.py Fix DummyLLMAdapter 2024-11-28 12:26:01 +01:00