..
audio
feat: Transcription Model support ( #322 )
2025-02-27 10:17:04 -07:00
documents
style: rename DeepSeek_R1.pdf to deepseek_r1.pdf ( #316 )
2025-02-24 09:40:54 -08:00
images
feat: add ollama client ( #285 )
2025-02-24 15:32:42 -08:00
agent.rs
refactor: Split Chat and Prompt traits + other stuff
2024-06-08 03:58:00 -04:00
agent_autonomous.rs
feat: Add image generation to all providers that support it ( #357 )
2025-03-19 20:32:17 +00:00
agent_evaluator_optimizer.rs
feat: Add image generation to all providers that support it ( #357 )
2025-03-19 20:32:17 +00:00
agent_orchestrator.rs
feat: Add image generation to all providers that support it ( #357 )
2025-03-19 20:32:17 +00:00
agent_parallelization.rs
feat: Add image generation to all providers that support it ( #357 )
2025-03-19 20:32:17 +00:00
agent_prompt_chaining.rs
feat: Add image generation to all providers that support it ( #357 )
2025-03-19 20:32:17 +00:00
agent_routing.rs
feat: Add image generation to all providers that support it ( #357 )
2025-03-19 20:32:17 +00:00
agent_with_cohere.rs
feat(provider): cohere-v2 ( #350 )
2025-03-18 00:13:54 +00:00
agent_with_context.rs
docs(example): fix grammar mistake ( #260 )
2025-02-03 10:32:41 -05:00
agent_with_deepseek.rs
refactor: deepseek message to remove dependencies with openai ( #283 )
2025-02-11 23:09:52 -08:00
agent_with_echochambers.rs
EchoChambers Example Integration ( #244 )
2025-02-16 14:37:23 +00:00
agent_with_galadriel.rs
feat: galadriel api integration (redux) ( #265 )
2025-02-03 23:20:03 +00:00
agent_with_grok.rs
fix: enhance tracing messages ( #287 )
2025-02-13 23:10:50 +00:00
agent_with_groq.rs
feat: groq integration ( #263 )
2025-02-12 10:56:44 +00:00
agent_with_huggingface.rs
feat: Huggingface provider integration ( #321 )
2025-03-11 16:43:11 +00:00
agent_with_hyperbolic.rs
feat: Add hyperbolic inference API integration ( #238 )
2025-01-24 15:32:37 -05:00
agent_with_loaders.rs
Merge branch 'main' into feat/model-provider/16-add-gemini-completion-embedding-models
2024-11-01 12:49:46 +01:00
agent_with_mira.rs
feat: mira integration ( #282 )
2025-03-11 17:03:27 +00:00
agent_with_moonshot.rs
feat: support moonshot language model ( #223 )
2025-02-04 17:23:57 +00:00
agent_with_ollama.rs
feat: add ollama client ( #285 )
2025-02-24 15:32:42 -08:00
agent_with_openrouter.rs
feat: OpenRouter support ( #344 )
2025-03-13 17:11:50 -04:00
agent_with_together.rs
feat: support together AI ( #230 )
2025-02-20 22:12:15 +00:00
agent_with_tools.rs
feat(core): overhaul message API ( #199 )
2025-02-05 09:21:51 -05:00
anthropic_agent.rs
docs: fix comment ( #182 )
2025-01-06 09:00:52 -06:00
anthropic_streaming.rs
feat: streaming API implementation for Anthropic provider ( #232 )
2025-01-28 17:41:26 -05:00
anthropic_streaming_with_tools.rs
Fix typos "substract" → "subtract" ( #256 )
2025-01-31 16:11:22 +00:00
calculator_chatbot.rs
Fix typos "substract" → "subtract" ( #256 )
2025-01-31 16:11:22 +00:00
chain.rs
feat: agent pipelines ( #131 )
2024-12-17 13:03:59 -05:00
debate.rs
feat(provider): cohere-v2 ( #350 )
2025-03-18 00:13:54 +00:00
extractor.rs
refactor: Split Chat and Prompt traits + other stuff
2024-06-08 03:58:00 -04:00
extractor_with_deepseek.rs
feat: support extractor for deepseek ( #255 )
2025-01-31 16:22:09 +00:00
gemini_agent.rs
docs(gemini): add utility config docstring
2024-11-04 22:50:23 +01:00
gemini_embeddings.rs
feat: embeddings API overhaul ( #120 )
2024-11-29 11:27:35 -05:00
gemini_extractor.rs
fix(gemini): fixed tool calling + tool extractor demo ( #297 )
2025-02-12 10:30:22 -08:00
gemini_streaming.rs
feat: Add streaming to all model providers ( #347 )
2025-03-17 00:26:36 +00:00
gemini_streaming_with_tools.rs
feat: Add streaming to all model providers ( #347 )
2025-03-17 00:26:36 +00:00
huggingface_image_generation.rs
feat: Add image generation to all providers that support it ( #357 )
2025-03-19 20:32:17 +00:00
huggingface_streaming.rs
feat: Huggingface provider integration ( #321 )
2025-03-11 16:43:11 +00:00
huggingface_subproviders.rs
feat: Huggingface provider integration ( #321 )
2025-03-11 16:43:11 +00:00
hyperbolic_audio_generation.rs
feat: Add audio generation to all providers ( #359 )
2025-03-20 23:27:16 +00:00
hyperbolic_image_generation.rs
feat: Add image generation to all providers that support it ( #357 )
2025-03-19 20:32:17 +00:00
image.rs
feat(core): overhaul message API ( #199 )
2025-02-05 09:21:51 -05:00
image_ollama.rs
feat: add ollama client ( #285 )
2025-02-24 15:32:42 -08:00
loaders.rs
Merge branch 'main' into feat/model-provider/16-add-gemini-completion-embedding-models
2024-11-01 12:49:46 +01:00
mcp_tool.rs
added mcp_tool + Example ( #335 )
2025-03-25 13:31:42 -07:00
multi_agent.rs
feat(core): overhaul message API ( #199 )
2025-02-05 09:21:51 -05:00
multi_extract.rs
feat: agent pipelines ( #131 )
2024-12-17 13:03:59 -05:00
multi_turn_agent.rs
fix: enhance tracing messages ( #287 )
2025-02-13 23:10:50 +00:00
ollama_streaming.rs
feat: Add streaming to all model providers ( #347 )
2025-03-17 00:26:36 +00:00
ollama_streaming_with_tools.rs
feat: Add streaming to all model providers ( #347 )
2025-03-17 00:26:36 +00:00
openai_audio_generation.rs
feat: Add audio generation to all providers ( #359 )
2025-03-20 23:27:16 +00:00
openai_image_generation.rs
feat: Add image generation to all providers that support it ( #357 )
2025-03-19 20:32:17 +00:00
openai_streaming.rs
feat: Add streaming to all model providers ( #347 )
2025-03-17 00:26:36 +00:00
openai_streaming_with_tools.rs
feat: Add streaming to all model providers ( #347 )
2025-03-17 00:26:36 +00:00
pdf_agent.rs
style: rename DeepSeek_R1.pdf to deepseek_r1.pdf ( #316 )
2025-02-24 09:40:54 -08:00
perplexity_agent.rs
feat(core): overhaul message API ( #199 )
2025-02-05 09:21:51 -05:00
rag.rs
feat: Add image generation to all providers that support it ( #357 )
2025-03-19 20:32:17 +00:00
rag_dynamic_tools.rs
Fix typos "substract" → "subtract" ( #256 )
2025-01-31 16:11:22 +00:00
rag_ollama.rs
feat: add ollama client ( #285 )
2025-02-24 15:32:42 -08:00
sentiment_classifier.rs
refactor: Split Chat and Prompt traits + other stuff
2024-06-08 03:58:00 -04:00
simple_model.rs
refactor: Deprecate RagAgent and Model in favor of versatile Agent
2024-09-16 15:24:29 -04:00
together_embeddings.rs
feat: support together AI ( #230 )
2025-02-20 22:12:15 +00:00
together_streaming.rs
feat: Add streaming to all model providers ( #347 )
2025-03-17 00:26:36 +00:00
together_streaming_with_tools.rs
feat: Add streaming to all model providers ( #347 )
2025-03-17 00:26:36 +00:00
transcription.rs
feat: add transcription to all providers that support it ( #336 )
2025-03-12 17:59:22 +00:00
vector_search.rs
feat: Add image generation to all providers that support it ( #357 )
2025-03-19 20:32:17 +00:00
vector_search_cohere.rs
feat: Improve `InMemoryVectorStore` API ( #130 )
2024-11-29 14:14:35 -05:00
vector_search_ollama.rs
feat: add ollama client ( #285 )
2025-02-24 15:32:42 -08:00
xai_embeddings.rs
feat: embeddings API overhaul ( #120 )
2024-11-29 11:27:35 -05:00
xai_streaming.rs
feat: Add streaming to all model providers ( #347 )
2025-03-17 00:26:36 +00:00