docs: Async Add Announcement (#3231)

This commit is contained in:
Saket Aryan
2025-07-29 00:26:59 +05:30
committed by GitHub
parent d0f61d5995
commit 08e7ae02de
120 changed files with 123 additions and 118 deletions

View File

@@ -4,7 +4,7 @@ icon: "gear"
iconType: "solid"
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
## How to define configurations?

View File

@@ -2,7 +2,7 @@
title: Anthropic
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
To use Anthropic's models, please set the `ANTHROPIC_API_KEY` which you find on their [Account Settings Page](https://console.anthropic.com/account/keys).

View File

@@ -2,7 +2,7 @@
title: AWS Bedrock
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
### Setup
- Before using the AWS Bedrock LLM, make sure you have the appropriate model access from [Bedrock Console](https://us-east-1.console.aws.amazon.com/bedrock/home?region=us-east-1#/modelaccess).

View File

@@ -2,7 +2,7 @@
title: Azure OpenAI
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
<Note> Mem0 Now Supports Azure OpenAI Models in TypeScript SDK </Note>

View File

@@ -2,7 +2,7 @@
title: DeepSeek
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
To use DeepSeek LLM models, you have to set the `DEEPSEEK_API_KEY` environment variable. You can also optionally set `DEEPSEEK_API_BASE` if you need to use a different API endpoint (defaults to "https://api.deepseek.com").

View File

@@ -2,7 +2,7 @@
title: Gemini
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
To use the Gemini model, set the `GEMINI_API_KEY` environment variable. You can obtain the Gemini API key from [Google AI Studio](https://aistudio.google.com/app/apikey).

View File

@@ -2,7 +2,7 @@
title: Google AI
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
To use Google AI model, you have to set the `GOOGLE_API_KEY` environment variable. You can obtain the Google API key from the [Google Maker Suite](https://makersuite.google.com/app/apikey)

View File

@@ -2,7 +2,7 @@
title: Groq
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
[Groq](https://groq.com/) is the creator of the world's first Language Processing Unit (LPU), providing exceptional speed performance for AI workloads running on their LPU Inference Engine.

View File

@@ -2,7 +2,7 @@
title: LangChain
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
Mem0 supports LangChain as a provider to access a wide range of LLM models. LangChain is a framework for developing applications powered by language models, making it easy to integrate various LLM providers through a consistent interface.

View File

@@ -1,4 +1,4 @@
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
[Litellm](https://litellm.vercel.app/docs/) is compatible with over 100 large language models (LLMs), all using a standardized input/output format. You can explore the [available models](https://litellm.vercel.app/docs/providers) to use with Litellm. Ensure you set the `API_KEY` for the model you choose to use.

View File

@@ -2,7 +2,7 @@
title: LM Studio
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
To use LM Studio with Mem0, you'll need to have LM Studio running locally with its server enabled. LM Studio provides a way to run local LLMs with an OpenAI-compatible API.

View File

@@ -2,7 +2,7 @@
title: Mistral AI
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
To use mistral's models, please obtain the Mistral AI api key from their [console](https://console.mistral.ai/). Set the `MISTRAL_API_KEY` environment variable to use the model as given below in the example.

View File

@@ -1,4 +1,4 @@
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
You can use LLMs from Ollama to run Mem0 locally. These [models](https://ollama.com/search?c=tools) support tool support.

View File

@@ -2,7 +2,7 @@
title: OpenAI
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
To use OpenAI LLM models, you have to set the `OPENAI_API_KEY` environment variable. You can obtain the OpenAI API key from the [OpenAI Platform](https://platform.openai.com/account/api-keys).

View File

@@ -2,7 +2,7 @@
title: Sarvam AI
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
**Sarvam AI** is an Indian AI company developing language models with a focus on Indian languages and cultural context. Their latest model **Sarvam-M** is designed to understand and generate content in multiple Indian languages while maintaining high performance in English.

View File

@@ -1,4 +1,4 @@
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
To use TogetherAI LLM models, you have to set the `TOGETHER_API_KEY` environment variable. You can obtain the TogetherAI API key from their [Account settings page](https://api.together.xyz/settings/api-keys).

View File

@@ -2,7 +2,7 @@
title: vLLM
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
[vLLM](https://docs.vllm.ai/) is a high-performance inference engine for large language models that provides significant performance improvements for local inference. It's designed to maximize throughput and memory efficiency for serving LLMs.

View File

@@ -2,7 +2,7 @@
title: xAI
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
[xAI](https://x.ai/) is a new AI company founded by Elon Musk that develops large language models, including Grok. Grok is trained on real-time data from X (formerly Twitter) and aims to provide accurate, up-to-date responses with a touch of wit and humor.

View File

@@ -4,7 +4,7 @@ icon: "info"
iconType: "solid"
---
<Snippet file="security-compliance.mdx" />
<Snippet file="blank-notif.mdx" />
Mem0 includes built-in support for various popular large language models. Memory can utilize the LLM provided by the user, ensuring efficient use for specific needs.