@activepieces/piece-goodmem 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-goodmem",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "main": "./src/index.js",
5
5
  "types": "./src/index.d.ts",
6
6
  "scripts": {
@@ -8,9 +8,9 @@
8
8
  "lint": "eslint 'src/**/*.ts'"
9
9
  },
10
10
  "dependencies": {
11
- "@activepieces/pieces-common": "0.12.0",
12
- "@activepieces/pieces-framework": "0.26.0",
13
- "@activepieces/shared": "0.43.0",
14
- "tslib": "2.6.2"
11
+ "tslib": "2.6.2",
12
+ "@activepieces/pieces-common": "0.12.1",
13
+ "@activepieces/pieces-framework": "0.26.2",
14
+ "@activepieces/shared": "0.57.2"
15
15
  }
16
16
  }
@@ -0,0 +1,62 @@
1
+ {
2
+ "Store documents as memories with vector embeddings and perform similarity-based semantic retrieval using GoodMem": "Speichern Sie Dokumente als Erinnerungen mit Vektor-Einbettungen und führen Sie ähnliche semantische Abfragen mit GoodMem aus",
3
+ "Base URL": "Basis-URL",
4
+ "API Key": "API-Schlüssel",
5
+ "The base URL of your GoodMem API server (e.g., https://api.goodmem.ai or http://localhost:8080)": "Die Basis-URL Ihres GoodMem API-Servers (z.B. https://api.goodmem.ai oder http://localhost:8080)",
6
+ "Your GoodMem API key for authentication (X-API-Key)": "Ihr GoodMem API-Schlüssel zur Authentifizierung (X-API-Schlüssel)",
7
+ "Connect to your GoodMem API instance for vector-based memory storage and semantic retrieval": "Verbinden Sie sich mit Ihrer GoodMem API-Instanz für vektorbasierten Speicher und semantischen Abruf",
8
+ "Create Space": "Raum erstellen",
9
+ "Create Memory": "Speicher erstellen",
10
+ "Retrieve Memories": "Speicher abrufen",
11
+ "Get Memory": "Speicher holen",
12
+ "Delete Memory": "Speicher löschen",
13
+ "Create a new space or reuse an existing one. A space is a logical container for organizing related memories, configured with embedders that convert text to vector embeddings": "Erstellen Sie einen neuen Raum oder verwenden Sie einen vorhandenen Bereich. Ein Leerzeichen ist ein logischer Container für die Organisation verwandter Arbeitsspeicher, konfiguriert mit Einbettern, die Text in Vektor-Einbettungen konvertieren",
14
+ "Store a document as a new memory in a space. The memory is processed asynchronously - chunked into searchable pieces and embedded into vectors. Accepts a file or plain text.": "Speichern Sie ein Dokument als neuen Speicher in einem Raum. Der Speicher wird asynchron verarbeitet - in durchsuchbare Teile gegliedert und in Vektoren eingebettet.",
15
+ "Perform similarity-based semantic retrieval across one or more spaces. Returns matching chunks ranked by relevance, with optional full memory definitions.": "Führen Sie Ähnlichkeitsbasiertes semantisches Abrufen über einen oder mehrere Leerzeichen hinweg durch und liefern Sie passende Chunks, die nach Relevanz klassifiziert sind, mit optionalen vollständigen Speicherdefinitionen.",
16
+ "Fetch a specific memory record by its ID, including metadata, processing status, and optionally the original content.": "Holen Sie einen bestimmten Speicher-Datensatz mit seiner ID, einschließlich Metadaten, Verarbeitungsstatus und optional dem ursprünglichen Inhalt.",
17
+ "Permanently delete a memory and its associated chunks and vector embeddings.": "Löschen Sie dauerhaft einen Speicher und seine zugehörigen Chunks und Vektor-Einbettungen.",
18
+ "Space Name": "Raumname",
19
+ "Embedder": "Embedder",
20
+ "Advanced Chunking Options": "Erweiterte Chunking-Optionen",
21
+ "Space": "Raum",
22
+ "File": "Datei",
23
+ "Text Content": "Textinhalt",
24
+ "Source": "Quelle",
25
+ "Author": "Autor",
26
+ "Tags": "Tags",
27
+ "Additional Metadata": "Zusätzliche Metadaten",
28
+ "Query": "Abfrage",
29
+ "Spaces": "Räume",
30
+ "Maximum Results": "Maximale Ergebnisse",
31
+ "Include Memory Definition": "Speicherdefinition einschließen",
32
+ "Wait for Indexing": "Warten auf Indizierung",
33
+ "Reranker": "Reranker",
34
+ "LLM": "LM",
35
+ "Relevance Threshold": "Relevanz-Grenzwert",
36
+ "LLM Temperature": "LLM Temperatur",
37
+ "Chronological Resort": "Chronologisches Resort",
38
+ "Memory ID": "Speicher-ID",
39
+ "Include Content": "Inhalt einbeziehen",
40
+ "A unique name for the space. If a space with this name already exists, its ID will be returned instead of creating a duplicate": "Ein eindeutiger Name für das Leerzeichen mit diesem Namen wird die ID zurückgegeben, anstatt ein Duplikat zu erstellen",
41
+ "The embedder model that converts text into vector representations for similarity search": "Das Einbetter-Modell, das Text in Vektor-Darstellungen für Ähnlichkeitssuche konvertiert",
42
+ "Select a space to use": "Wählen Sie einen zu verwendenden Raum",
43
+ "A file to store as memory (PDF, DOCX, image, etc.). Connect the output of a trigger or action that provides a file. Content type is auto-detected from the file extension.": "Eine Datei, die als Speicher gespeichert wird (PDF, DOCX, Image, etc.). Verbinden Sie die Ausgabe eines Triggers oder einer Aktion, die eine Datei zur Verfügung stellt. Inhaltstyp wird automatisch von der Dateiendung erkannt.",
44
+ "Plain text content to store as memory (sent as text/plain). If both File and Text Content are provided, the file takes priority.": "Einfacher Textinhalt, der als Speicher gespeichert wird (als Text/Ebene gesendet). Wenn sowohl Datei- als auch Textinhalte zur Verfügung gestellt werden, hat die Datei Vorrang.",
45
+ "Where this memory came from (e.g., \"google-drive\", \"gmail\", \"manual upload\"). Stored in metadata.source": "Woher dieser Speicher kam (z.B. \"google-drive\", \"gmail\", \"manuelles Upload\"). In metadata.source gespeichert.",
46
+ "The author or creator of the content. Stored in metadata.author": "Autor oder Ersteller des Inhalts. In metadata.author gespeichert",
47
+ "Comma-separated tags for categorization (e.g., \"legal,research,important\"). Stored in metadata.tags as an array": "Durch Kommas getrennte Tags für Kategorisierung (z. B. \"legal, forschung,wichtig\"). In metadata.tags als Array gespeichert",
48
+ "Extra key-value metadata as JSON. Merged with Source, Author, and Tags fields above": "Zusätzliche Schlüssel-Wert Metadaten als JSON. Zusammengeführt mit Quell-, Autoren- und Tag-Feldern oberhalb",
49
+ "A natural language query used to find semantically similar memory chunks": "Eine natürliche Sprachabfrage, mit der semantisch ähnliche Speicherchunks gefunden werden können",
50
+ "Select one or more spaces to search across": "Wählen Sie einen oder mehrere Bereiche zum Durchsuchen",
51
+ "Limit the number of returned memories": "Anzahl der zurückgegebenen Erinnerungen begrenzen",
52
+ "Fetch the full memory metadata (source document info, processing status) alongside the matched chunks": "Lade die vollständigen Speicher-Metadaten (Quelldokument-Info, Verarbeitungsstatus) neben den zugehörigen Chunks ab",
53
+ "Retry for up to 60 seconds when no results are found. Enable this when memories were just added and may still be undergoing chunking and embedding": "Erneut für bis zu 60 Sekunden, wenn keine Ergebnisse gefunden werden. Aktivieren Sie dies, wenn Erinnerungen gerade hinzugefügt wurden und werden möglicherweise noch gechunken und einbettet",
54
+ "Optional reranker model to improve result ordering": "Optionales Reranker-Modell zur Verbesserung der Ergebnisordnung",
55
+ "Optional LLM to generate contextual responses alongside retrieved chunks": "Optionales LLM um Kontextantworten neben abgerufenen Chunks zu generieren",
56
+ "Minimum score (0-1) for including results. Only used when Reranker or LLM is set.": "Minimale Punktzahl (0-1) für die Aufnahme von Ergebnissen. Wird nur verwendet, wenn Reranker oder LLM gesetzt ist.",
57
+ "Creativity setting for LLM generation (0-2). Only used when LLM ID is set.": "Kreativitätseinstellung für LLM Generation (0-2). Wird nur verwendet, wenn LLM ID gesetzt ist.",
58
+ "Reorder results by creation time instead of relevance score": "Ergebnisse nach Erstellungszeit umsortieren statt Relevanzwert",
59
+ "The UUID of the memory to fetch (returned by Create Memory)": "Die UUID des zu holenden Arbeitsspeichers (zurückgeliefert von Erstellen Speicher)",
60
+ "Fetch the original document content of the memory in addition to its metadata": "Den ursprünglichen Dokumenteninhalt des Speichers zusätzlich zu seinen Metadaten abrufen",
61
+ "The UUID of the memory to delete (returned by Create Memory)": "Die UUID des zu löschenden Speichers (zurückgegeben von Erstellen Speicher)"
62
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "Store documents as memories with vector embeddings and perform similarity-based semantic retrieval using GoodMem": "Almacena documentos como memorias con incrustaciones vectoriales y realiza una recuperación semántica basada en similitudes usando GoodMem",
3
+ "Base URL": "URL base",
4
+ "API Key": "Clave API",
5
+ "The base URL of your GoodMem API server (e.g., https://api.goodmem.ai or http://localhost:8080)": "La URL base de tu servidor API de GoodMem (por ejemplo, https://api.goodmem.ai o http://localhost:8080)",
6
+ "Your GoodMem API key for authentication (X-API-Key)": "Su clave API de GoodMem para autenticación (X-API-Key)",
7
+ "Connect to your GoodMem API instance for vector-based memory storage and semantic retrieval": "Conéctate a tu API de GoodMem para almacenamiento de memoria basado en vectores y recuperación semántica",
8
+ "Create Space": "Crear espacio",
9
+ "Create Memory": "Crear memoria",
10
+ "Retrieve Memories": "Recuperar memorias",
11
+ "Get Memory": "Obtener memoria",
12
+ "Delete Memory": "Borrar memoria",
13
+ "Create a new space or reuse an existing one. A space is a logical container for organizing related memories, configured with embedders that convert text to vector embeddings": "Crear un nuevo espacio o reutilizar uno existente. Un espacio es un contenedor lógico para organizar memorias relacionadas, configuradas con incrustaciones que convierten texto a incrustaciones vectoriales",
14
+ "Store a document as a new memory in a space. The memory is processed asynchronously - chunked into searchable pieces and embedded into vectors. Accepts a file or plain text.": "Almacena un documento como una nueva memoria en un espacio. La memoria se procesa de forma asincrónica - fragmentada en piezas buscables y embebida en vectores. Acepta un archivo o texto plano.",
15
+ "Perform similarity-based semantic retrieval across one or more spaces. Returns matching chunks ranked by relevance, with optional full memory definitions.": "Realizar recuperaciones semánticas basadas en similitud a través de uno o más espacios. Devuelve fragmentos coincidentes clasificados por relevancia, con definiciones opcionales de memoria completa.",
16
+ "Fetch a specific memory record by its ID, including metadata, processing status, and optionally the original content.": "Obtener un registro de memoria específico por su ID, incluyendo metadatos, estado de procesamiento y, opcionalmente, el contenido original.",
17
+ "Permanently delete a memory and its associated chunks and vector embeddings.": "Borra permanentemente una memoria y sus fragmentos asociados e incrustaciones vectoriales.",
18
+ "Space Name": "Nombre del espacio",
19
+ "Embedder": "Embedder",
20
+ "Advanced Chunking Options": "Opciones avanzadas de Chunking",
21
+ "Space": "Espacio",
22
+ "File": "Archivo",
23
+ "Text Content": "Contenido de texto",
24
+ "Source": "Fuente",
25
+ "Author": "Autor",
26
+ "Tags": "Etiquetas",
27
+ "Additional Metadata": "Metadatos adicionales",
28
+ "Query": "Consulta",
29
+ "Spaces": "Espacios",
30
+ "Maximum Results": "Resultados máximos",
31
+ "Include Memory Definition": "Incluye definición de memoria",
32
+ "Wait for Indexing": "Espere por Indexar",
33
+ "Reranker": "Reranker",
34
+ "LLM": "LM",
35
+ "Relevance Threshold": "Umbral de relevancia",
36
+ "LLM Temperature": "Temperatura LLM",
37
+ "Chronological Resort": "Resort chronológico",
38
+ "Memory ID": "ID de memoria",
39
+ "Include Content": "Incluye contenido",
40
+ "A unique name for the space. If a space with this name already exists, its ID will be returned instead of creating a duplicate": "Un nombre único para el espacio. Si un espacio con este nombre ya existe, su ID será devuelta en lugar de crear un duplicado",
41
+ "The embedder model that converts text into vector representations for similarity search": "El modelo incrustador que convierte texto en representaciones vectoriales para búsqueda de similitudes",
42
+ "Select a space to use": "Seleccione un espacio para usar",
43
+ "A file to store as memory (PDF, DOCX, image, etc.). Connect the output of a trigger or action that provides a file. Content type is auto-detected from the file extension.": "Un archivo a almacenar como memoria (PDF, DOCX, imagen, etc.) Conecte la salida de un disparador o acción que proporciona un archivo. El tipo de contenido es auto-detectado desde la extensión del archivo.",
44
+ "Plain text content to store as memory (sent as text/plain). If both File and Text Content are provided, the file takes priority.": "Contenido de texto plano a almacenar como memoria (enviado como texto/plain). Si se proporciona tanto el contenido de archivo como de texto, el archivo tiene prioridad.",
45
+ "Where this memory came from (e.g., \"google-drive\", \"gmail\", \"manual upload\"). Stored in metadata.source": "De donde vino esta memoria (por ejemplo, \"google-unive\", \"gmail\", \"subida manual\"). Almacenado en metadata.source",
46
+ "The author or creator of the content. Stored in metadata.author": "El autor o creador del contenido. Almacenado en metadata.author",
47
+ "Comma-separated tags for categorization (e.g., \"legal,research,important\"). Stored in metadata.tags as an array": "Etiquetas separadas por comas para la categorización (por ejemplo, \"legal,research,important\"). Almacenadas en metadata.tags como un array",
48
+ "Extra key-value metadata as JSON. Merged with Source, Author, and Tags fields above": "Metadatos extra clave-valor como JSON. Fusionados con campos de origen, autor y etiquetas anteriores",
49
+ "A natural language query used to find semantically similar memory chunks": "Una consulta de lenguaje natural usada para encontrar fragmentos de memoria semánticamente similares",
50
+ "Select one or more spaces to search across": "Seleccione uno o más espacios para buscar a través",
51
+ "Limit the number of returned memories": "Limita el número de memorias devueltas",
52
+ "Fetch the full memory metadata (source document info, processing status) alongside the matched chunks": "Obtener los metadatos de memoria completa (fuente de información de documentos, estado de proceso) junto a los trozos coincidentes",
53
+ "Retry for up to 60 seconds when no results are found. Enable this when memories were just added and may still be undergoing chunking and embedding": "Reintentar hasta 60 segundos cuando no se encuentran resultados. Habilita esto cuando se acaban de añadir recuerdos y aún puede estar siendo embebido y troceado",
54
+ "Optional reranker model to improve result ordering": "Modelo de renderizador opcional para mejorar el orden de resultados",
55
+ "Optional LLM to generate contextual responses alongside retrieved chunks": "LLM opcional para generar respuestas contextuales junto a trozos recuperados",
56
+ "Minimum score (0-1) for including results. Only used when Reranker or LLM is set.": "Puntuación mínima (0-1) para incluir resultados. Sólo se utiliza cuando se establece Reranker o LLM.",
57
+ "Creativity setting for LLM generation (0-2). Only used when LLM ID is set.": "Ajuste de creatividad para la generación LLM (0-2). Sólo se utiliza cuando se establece el ID LLM.",
58
+ "Reorder results by creation time instead of relevance score": "Reordenar resultados por tiempo de creación en lugar de puntuación de relevancia",
59
+ "The UUID of the memory to fetch (returned by Create Memory)": "El UUID de la memoria a buscar (retornado por Create Memory)",
60
+ "Fetch the original document content of the memory in addition to its metadata": "Obtener el contenido del documento original de la memoria además de sus metadatos",
61
+ "The UUID of the memory to delete (returned by Create Memory)": "El UUID de la memoria a eliminar (devuelto por Create Memory)"
62
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "Store documents as memories with vector embeddings and perform similarity-based semantic retrieval using GoodMem": "Stocker les documents comme des souvenirs avec des incorporations vectorielles et effectuer une récupération sémantique basée sur des similitudes à l'aide de GoodMem",
3
+ "Base URL": "URL de base",
4
+ "API Key": "Clé API",
5
+ "The base URL of your GoodMem API server (e.g., https://api.goodmem.ai or http://localhost:8080)": "L'URL de base de votre serveur API GoodMem (par exemple, https://api.goodmem.ai ou http://localhost:8080)",
6
+ "Your GoodMem API key for authentication (X-API-Key)": "Votre clé d'API GoodMem pour l'authentification (X-API-Key)",
7
+ "Connect to your GoodMem API instance for vector-based memory storage and semantic retrieval": "Connectez-vous à votre instance GoodMem API pour le stockage de mémoire vectorielle et la récupération sémantique",
8
+ "Create Space": "Créer un espace",
9
+ "Create Memory": "Créer de la mémoire",
10
+ "Retrieve Memories": "Récupérer les souvenirs",
11
+ "Get Memory": "Obtenir de la mémoire",
12
+ "Delete Memory": "Supprimer la mémoire",
13
+ "Create a new space or reuse an existing one. A space is a logical container for organizing related memories, configured with embedders that convert text to vector embeddings": "Créez un nouvel espace ou réutilisez un espace existant. Un espace est un conteneur logique pour organiser les mémoires connexes, configuré avec des embedders qui convertissent du texte en des embeddings vectoriels",
14
+ "Store a document as a new memory in a space. The memory is processed asynchronously - chunked into searchable pieces and embedded into vectors. Accepts a file or plain text.": "Stocker un document comme une nouvelle mémoire dans un espace. La mémoire est traitée de manière asynchrone - tronquée en morceaux interrogeables et intégrée dans des vecteurs. Accepte un fichier ou un texte brut.",
15
+ "Perform similarity-based semantic retrieval across one or more spaces. Returns matching chunks ranked by relevance, with optional full memory definitions.": "Effectue une récupération sémantique basée sur des similarités sur un ou plusieurs espaces. Retourne les chunks correspondants classés par pertinence, avec des définitions de mémoire complète optionnelles.",
16
+ "Fetch a specific memory record by its ID, including metadata, processing status, and optionally the original content.": "Récupère un enregistrement mémoire spécifique par son ID, y compris les métadonnées, le statut de traitement et éventuellement le contenu original.",
17
+ "Permanently delete a memory and its associated chunks and vector embeddings.": "Supprime définitivement une mémoire et ses tronçons associés et incorporels vectoriels.",
18
+ "Space Name": "Nom de l'espace",
19
+ "Embedder": "Embedder",
20
+ "Advanced Chunking Options": "Options de tronçonnage Avancées",
21
+ "Space": "Espace libre",
22
+ "File": "Ficher",
23
+ "Text Content": "Contenu du texte",
24
+ "Source": "Source",
25
+ "Author": "Auteur",
26
+ "Tags": "Tags",
27
+ "Additional Metadata": "Métadonnées supplémentaires",
28
+ "Query": "Requête",
29
+ "Spaces": "Espaces",
30
+ "Maximum Results": "Nombre maximum de résultats",
31
+ "Include Memory Definition": "Inclure la définition de la mémoire",
32
+ "Wait for Indexing": "Attendre l'indexation",
33
+ "Reranker": "Reranker",
34
+ "LLM": "LLM",
35
+ "Relevance Threshold": "Seuil de pertinence",
36
+ "LLM Temperature": "Température LLM",
37
+ "Chronological Resort": "Station Chronologique",
38
+ "Memory ID": "ID de la mémoire",
39
+ "Include Content": "Inclure le contenu",
40
+ "A unique name for the space. If a space with this name already exists, its ID will be returned instead of creating a duplicate": "Un nom unique pour l'espace. Si un espace portant ce nom existe déjà, son ID sera retourné au lieu de créer un doublon",
41
+ "The embedder model that converts text into vector representations for similarity search": "Le modèle d'intégration qui convertit le texte en représentations vectorielles pour la recherche de similarité",
42
+ "Select a space to use": "Sélectionnez un espace à utiliser",
43
+ "A file to store as memory (PDF, DOCX, image, etc.). Connect the output of a trigger or action that provides a file. Content type is auto-detected from the file extension.": "Un fichier à stocker en mémoire (PDF, DOCX, image, etc.). Connectez la sortie d'un déclencheur ou d'une action qui fournit un fichier. Le type de contenu est automatiquement détecté à partir de l'extension de fichier.",
44
+ "Plain text content to store as memory (sent as text/plain). If both File and Text Content are provided, the file takes priority.": "Contenu texte brut à stocker en mémoire (envoyé en texte/plain). Si les deux fichiers et le contenu texte sont fournis, le fichier prend la priorité.",
45
+ "Where this memory came from (e.g., \"google-drive\", \"gmail\", \"manual upload\"). Stored in metadata.source": "d'où venait cette mémoire (ex: \"google-drive\", \"gmail\", \"manual upload\"). Stocké dans metadata.source",
46
+ "The author or creator of the content. Stored in metadata.author": "L'auteur ou le créateur du contenu. Stocké dans metadata.author",
47
+ "Comma-separated tags for categorization (e.g., \"legal,research,important\"). Stored in metadata.tags as an array": "Étiquettes séparées par des virgules pour la catégorisation (par exemple, \"légal,recherche,important\"). Stockées dans les métadonnées.tags sous la forme d'un tableau",
48
+ "Extra key-value metadata as JSON. Merged with Source, Author, and Tags fields above": "Métadonnées de valeur clé supplémentaire en JSON. Fusionnées avec les champs Source, Auteur et Tags ci-dessus",
49
+ "A natural language query used to find semantically similar memory chunks": "Une requête de langage naturel utilisée pour trouver des morceaux de mémoire sémantiquement similaires",
50
+ "Select one or more spaces to search across": "Sélectionnez un ou plusieurs espaces à rechercher",
51
+ "Limit the number of returned memories": "Limiter le nombre de mémoires retournées",
52
+ "Fetch the full memory metadata (source document info, processing status) alongside the matched chunks": "Récupérer les métadonnées de la mémoire complète (information du document source, état du traitement) à côté des chunks correspondants",
53
+ "Retry for up to 60 seconds when no results are found. Enable this when memories were just added and may still be undergoing chunking and embedding": "Réessayez jusqu'à 60 secondes si aucun résultat n'est trouvé. Activer cette option lorsque les mémoires ont été ajoutées et peuvent encore être en cours de fragmentation et d'intégration",
54
+ "Optional reranker model to improve result ordering": "Modèle de reranker optionnel pour améliorer l'ordre des résultats",
55
+ "Optional LLM to generate contextual responses alongside retrieved chunks": "LLM facultatif pour générer des réponses contextuelles à côté des chunks récupérés",
56
+ "Minimum score (0-1) for including results. Only used when Reranker or LLM is set.": "Score minimum (0-1) pour les résultats inclus. Utilisé uniquement lorsque Reranker ou LLM est défini.",
57
+ "Creativity setting for LLM generation (0-2). Only used when LLM ID is set.": "Paramètre de créativité pour la génération de LLM (0-2). Utilisé uniquement lorsque l'ID LLM est défini.",
58
+ "Reorder results by creation time instead of relevance score": "Réorganiser les résultats par temps de création au lieu du score de pertinence",
59
+ "The UUID of the memory to fetch (returned by Create Memory)": "L'UUID de la mémoire à récupérer (retourné par Create Memory)",
60
+ "Fetch the original document content of the memory in addition to its metadata": "Récupérer le contenu du document original de la mémoire en plus de ses métadonnées",
61
+ "The UUID of the memory to delete (returned by Create Memory)": "L'UUID de la mémoire à supprimer (retourné par Create Memory)"
62
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "Store documents as memories with vector embeddings and perform similarity-based semantic retrieval using GoodMem": "ドキュメントをベクトル埋め込みのメモリとして保存し、GoodMemを使用して類似性ベースのセマンティック検索を実行します",
3
+ "Base URL": "ベースURL",
4
+ "API Key": "API キー",
5
+ "The base URL of your GoodMem API server (e.g., https://api.goodmem.ai or http://localhost:8080)": "GoodMem API サーバーのベース URL (例: https://api.goodmem.ai または http://localhost:8080)",
6
+ "Your GoodMem API key for authentication (X-API-Key)": "認証用のGoodMem APIキー (X-APIキー)",
7
+ "Connect to your GoodMem API instance for vector-based memory storage and semantic retrieval": "GoodMem APIインスタンスにベクターベースのメモリストレージとセマンティック検索に接続します",
8
+ "Create Space": "スペースを作成",
9
+ "Create Memory": "メモリを作成",
10
+ "Retrieve Memories": "メモリを取得する",
11
+ "Get Memory": "メモリを取得する",
12
+ "Delete Memory": "メモリを削除",
13
+ "Create a new space or reuse an existing one. A space is a logical container for organizing related memories, configured with embedders that convert text to vector embeddings": "新しいスペースを作成するか、既存のスペースを再利用します。 空間は、関連するメモリを整理するための論理コンテナで、テキストをベクトル埋め込みに変換する埋め込みツールで構成されます。",
14
+ "Store a document as a new memory in a space. The memory is processed asynchronously - chunked into searchable pieces and embedded into vectors. Accepts a file or plain text.": "ドキュメントを新しいメモリとしてスペースに保存します。 メモリは非同期処理されます - 検索可能な部分に分割され、ベクトルに埋め込まれます。ファイルまたはプレーンテキストを受け入れます。",
15
+ "Perform similarity-based semantic retrieval across one or more spaces. Returns matching chunks ranked by relevance, with optional full memory definitions.": "1つまたは複数のスペースで類似性ベースのセマンティック検索を実行します。関連性によってランク付けされた一致するチャンクを、オプションのフルメモリ定義で返します。",
16
+ "Fetch a specific memory record by its ID, including metadata, processing status, and optionally the original content.": "メタデータ、処理ステータス、および必要に応じて元のコンテンツを含む、ID によって特定のメモリレコードを取得します。",
17
+ "Permanently delete a memory and its associated chunks and vector embeddings.": "メモリと関連するチャンクとベクトル埋め込みを完全に削除します。",
18
+ "Space Name": "スペース名",
19
+ "Embedder": "Embedder",
20
+ "Advanced Chunking Options": "詳細なチャンクオプション",
21
+ "Space": "スペース",
22
+ "File": "ファイル",
23
+ "Text Content": "テキストコンテンツ",
24
+ "Source": "ソース",
25
+ "Author": "作成者",
26
+ "Tags": "タグ",
27
+ "Additional Metadata": "追加のメタデータ",
28
+ "Query": "クエリ",
29
+ "Spaces": "スペース",
30
+ "Maximum Results": "最大結果",
31
+ "Include Memory Definition": "メモリ定義を含める",
32
+ "Wait for Indexing": "インデックス作成待ち",
33
+ "Reranker": "Reranker",
34
+ "LLM": "LLM",
35
+ "Relevance Threshold": "関連のしきい値",
36
+ "LLM Temperature": "LLM温度",
37
+ "Chronological Resort": "年表",
38
+ "Memory ID": "メモリ ID",
39
+ "Include Content": "内容を含める",
40
+ "A unique name for the space. If a space with this name already exists, its ID will be returned instead of creating a duplicate": "A unique name for the space. If a space with this name already exists, its ID will be returned instead of creating a duplicate",
41
+ "The embedder model that converts text into vector representations for similarity search": "テキストをベクトル表現に変換する埋め込みモデル",
42
+ "Select a space to use": "使用するスペースを選択",
43
+ "A file to store as memory (PDF, DOCX, image, etc.). Connect the output of a trigger or action that provides a file. Content type is auto-detected from the file extension.": "メモリとして保存するファイル (PDF、DOCX、画像など) ファイルを提供するトリガーまたはアクションの出力を接続します。 コンテンツ タイプはファイル拡張子から自動的に検出されます。",
44
+ "Plain text content to store as memory (sent as text/plain). If both File and Text Content are provided, the file takes priority.": "メモリとして保存するプレーンテキストコンテンツ(テキスト/プレーンとして送信)。ファイルとテキストコンテンツの両方が指定されている場合は、ファイルが優先されます。",
45
+ "Where this memory came from (e.g., \"google-drive\", \"gmail\", \"manual upload\"). Stored in metadata.source": "このメモリはどこから来たのか (例: \"google-drive\", \"gmail\", \"manual upload\"). metadata.sourceに保存されています",
46
+ "The author or creator of the content. Stored in metadata.author": "コンテンツの作成者または作成者。metadata.author に保存されています",
47
+ "Comma-separated tags for categorization (e.g., \"legal,research,important\"). Stored in metadata.tags as an array": "カンマ区切りの分類タグ(例:\"legal,research,important\")。metadata.tags に配列として保存されています",
48
+ "Extra key-value metadata as JSON. Merged with Source, Author, and Tags fields above": "JSONとしての追加のキー値メタデータ。上記のソース、作成者、およびタグのフィールドとマージされます。",
49
+ "A natural language query used to find semantically similar memory chunks": "意味的に類似したメモリチャンクを見つけるために使用される自然言語クエリ",
50
+ "Select one or more spaces to search across": "検索するスペースを選択してください",
51
+ "Limit the number of returned memories": "返却されたメモリの数を制限する",
52
+ "Fetch the full memory metadata (source document info, processing status) alongside the matched chunks": "完全なメモリメタデータ(ソースドキュメント情報、処理ステータス)を一致するチャンクと一緒に取得します",
53
+ "Retry for up to 60 seconds when no results are found. Enable this when memories were just added and may still be undergoing chunking and embedding": "結果が見つからない場合は、最大 60 秒間再試行してください。 メモリが追加されただけで、まだチャンクと埋め込み中である場合に有効にする",
54
+ "Optional reranker model to improve result ordering": "結果の順序を向上させるオプションの再発行モデル",
55
+ "Optional LLM to generate contextual responses alongside retrieved chunks": "取得されたチャンクと一緒にコンテキスト応答を生成するオプションの LLM",
56
+ "Minimum score (0-1) for including results. Only used when Reranker or LLM is set.": "結果を含む最小スコア (0-1) 。再ランカーまたは LLM が設定されている場合にのみ使用されます。",
57
+ "Creativity setting for LLM generation (0-2). Only used when LLM ID is set.": "LLM 生成 (0-2) の創造性設定。LLM ID が設定されている場合にのみ使用されます。",
58
+ "Reorder results by creation time instead of relevance score": "関連スコアの代わりに作成時間で結果を並べ替える",
59
+ "The UUID of the memory to fetch (returned by Create Memory)": "取得するメモリの UUID (メモリを作成することで返されます)",
60
+ "Fetch the original document content of the memory in addition to its metadata": "メタデータに加えてメモリの元のドキュメントの内容を取得します",
61
+ "The UUID of the memory to delete (returned by Create Memory)": "削除するメモリの UUID (メモリを作成することで返されます)"
62
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "Store documents as memories with vector embeddings and perform similarity-based semantic retrieval using GoodMem": "Documenten opslaan als herinneringen met vector-embedding en uitvoeren op vergelijkbare semantische selectie met behulp van GoodMem",
3
+ "Base URL": "Basis URL",
4
+ "API Key": "API Sleutel",
5
+ "The base URL of your GoodMem API server (e.g., https://api.goodmem.ai or http://localhost:8080)": "De basis-URL van je GoodMem API-server (bijv. https://api.goodmem.ai of http://localhost:8080)",
6
+ "Your GoodMem API key for authentication (X-API-Key)": "Uw GoodMem API-sleutel voor authenticatie (X-API-Key)",
7
+ "Connect to your GoodMem API instance for vector-based memory storage and semantic retrieval": "Maak verbinding met uw GoodMem API instance voor vector-based memory storage en semanc retrieval",
8
+ "Create Space": "Ruimte creëren",
9
+ "Create Memory": "Geheugen maken",
10
+ "Retrieve Memories": "Herinneringen ophalen",
11
+ "Get Memory": "Geheugen ophalen",
12
+ "Delete Memory": "Geheugen verwijderen",
13
+ "Create a new space or reuse an existing one. A space is a logical container for organizing related memories, configured with embedders that convert text to vector embeddings": "Maak een nieuwe ruimte aan of hergebruik een bestaande. Een ruimte is een logische container voor het organiseren van gerelateerde herinneringen, geconfigureerd met embedders die tekst converteren naar vector inbeddingen",
14
+ "Store a document as a new memory in a space. The memory is processed asynchronously - chunked into searchable pieces and embedded into vectors. Accepts a file or plain text.": "Sla een document op als nieuw geheugen in een ruimte. Het geheugen wordt asynchroon verwerkt - in doorzoekbare stukjes opgedeeld en ingesloten in vectors. Accepteert een bestand of platte tekst.",
15
+ "Perform similarity-based semantic retrieval across one or more spaces. Returns matching chunks ranked by relevance, with optional full memory definitions.": "Voer vergelijkbare semantische ophaalsemantiek uit over één of meer ruimten. Retourneert overeenkomende chunks gerangschikt op relevantie, met optionele volledige geheugendefinities.",
16
+ "Fetch a specific memory record by its ID, including metadata, processing status, and optionally the original content.": "Ophalen van een specifiek geheugenrecord via de ID, inclusief metadata, verwerkingsstatus en eventueel de originele inhoud.",
17
+ "Permanently delete a memory and its associated chunks and vector embeddings.": "Verwijder permanent een geheugen en bijbehorende chunks en vector-embeddingen.",
18
+ "Space Name": "Ruimte Naam",
19
+ "Embedder": "Embedder",
20
+ "Advanced Chunking Options": "Geavanceerde chunking opties",
21
+ "Space": "Spatiebalk",
22
+ "File": "Bestand",
23
+ "Text Content": "Tekst inhoud",
24
+ "Source": "Bron",
25
+ "Author": "Auteur",
26
+ "Tags": "Labels",
27
+ "Additional Metadata": "Extra metadata",
28
+ "Query": "Zoekopdracht",
29
+ "Spaces": "Ruimtes",
30
+ "Maximum Results": "Maximaal aantal resultaten",
31
+ "Include Memory Definition": "Geheugen definitie opnemen",
32
+ "Wait for Indexing": "Wachten op indexeren",
33
+ "Reranker": "Reranker",
34
+ "LLM": "LLM",
35
+ "Relevance Threshold": "Relevantie drempelwaarde",
36
+ "LLM Temperature": "LM temperatuur",
37
+ "Chronological Resort": "Chronologische Herschikking",
38
+ "Memory ID": "Geheugen ID",
39
+ "Include Content": "Inhoud insluiten",
40
+ "A unique name for the space. If a space with this name already exists, its ID will be returned instead of creating a duplicate": "Een unieke naam voor de ruimte. Als een ruimte met deze naam al bestaat, zal de ID worden teruggestuurd in plaats van een duplicaat te maken",
41
+ "The embedder model that converts text into vector representations for similarity search": "Het embeddermodel dat tekst in vector representaties converteert voor gelijkenis zoeken",
42
+ "Select a space to use": "Selecteer een ruimte om te gebruiken",
43
+ "A file to store as memory (PDF, DOCX, image, etc.). Connect the output of a trigger or action that provides a file. Content type is auto-detected from the file extension.": "Een bestand dat opgeslagen moet worden als geheugen (PDF, DOCX, afbeelding, enz.). Verbind de uitvoer van een trigger of actie die een bestand levert. Content type wordt automatisch gedetecteerd door de bestandsextensie.",
44
+ "Plain text content to store as memory (sent as text/plain). If both File and Text Content are provided, the file takes priority.": "Platte tekst inhoud om op te slaan als geheugen (verzonden als text/plate). Als zowel bestand en tekst inhoud worden verstrekt, heeft het bestand prioriteit.",
45
+ "Where this memory came from (e.g., \"google-drive\", \"gmail\", \"manual upload\"). Stored in metadata.source": "Waar dit geheugen vandaan kwam (bijv. \"google-drive\", \"gmail\", \"handmatige upload\"). Opgeslagen in metadata.source",
46
+ "The author or creator of the content. Stored in metadata.author": "De auteur of maker van de inhoud. Opgeslagen in metadata.Auteur",
47
+ "Comma-separated tags for categorization (e.g., \"legal,research,important\"). Stored in metadata.tags as an array": "Komma-gescheiden tags voor categorisatie (bijv. \"legal,onderzoek,belangrijk\"). Opgeslagen in metadata.tags als een array",
48
+ "Extra key-value metadata as JSON. Merged with Source, Author, and Tags fields above": "Extra sleutelwaarde metadata als JSON. Samengevoegd met bron-, auteur- en labelvelden hierboven",
49
+ "A natural language query used to find semantically similar memory chunks": "Een natuurlijke taalquery gebruikt om semantisch vergelijkbare geheugensegmenten te vinden",
50
+ "Select one or more spaces to search across": "Selecteer een of meer spaties om te zoeken",
51
+ "Limit the number of returned memories": "Beperk het aantal teruggegeven herinneringen",
52
+ "Fetch the full memory metadata (source document info, processing status) alongside the matched chunks": "Ophalen van de volledige geheugenmetadata (broninformatie voor documenten, verwerkingsstatus) naast de overeenkomstige chunks",
53
+ "Retry for up to 60 seconds when no results are found. Enable this when memories were just added and may still be undergoing chunking and embedding": "Probeer opnieuw voor maximaal 60 seconden wanneer er geen resultaten worden gevonden. Schakel dit in wanneer herinneringen toegevoegd zijn en mogelijk nog steeds hakken en insluiten",
54
+ "Optional reranker model to improve result ordering": "Optionele reranker model om het resultaat te verbeteren",
55
+ "Optional LLM to generate contextual responses alongside retrieved chunks": "Optionele LLM om contextuele reacties te genereren naast opgehaalde chunks",
56
+ "Minimum score (0-1) for including results. Only used when Reranker or LLM is set.": "Minimale score (0-1) voor het meenemen van resultaten. Wordt alleen gebruikt wanneer Reranker of LLM is ingesteld.",
57
+ "Creativity setting for LLM generation (0-2). Only used when LLM ID is set.": "Creativiteitsinstelling voor LLM generatie (0-2). Wordt alleen gebruikt als LLM ID is ingesteld.",
58
+ "Reorder results by creation time instead of relevance score": "Herschik resultaten door de creatie tijd in plaats van relevantiescore",
59
+ "The UUID of the memory to fetch (returned by Create Memory)": "De UUID van het geheugen om op te halen (geretourneerd door het Geheugen Aanmaken)",
60
+ "Fetch the original document content of the memory in addition to its metadata": "De originele document inhoud van het geheugen ophalen naast de metadata",
61
+ "The UUID of the memory to delete (returned by Create Memory)": "De UUID van het geheugen om te verwijderen (geretourneerd door Create Memory)"
62
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "Store documents as memories with vector embeddings and perform similarity-based semantic retrieval using GoodMem": "Armazenar documentos como memórias com vetores incorporados e realizar recuperação semântica semelhante usando o GoodMem",
3
+ "Base URL": "URL Base",
4
+ "API Key": "Chave de API",
5
+ "The base URL of your GoodMem API server (e.g., https://api.goodmem.ai or http://localhost:8080)": "A URL base do servidor da API do GoodMem (ex: https://api.goodmem.ai ou http://localhost:8080)",
6
+ "Your GoodMem API key for authentication (X-API-Key)": "Sua chave de API do GoodMem para autenticação (X-API-Key)",
7
+ "Connect to your GoodMem API instance for vector-based memory storage and semantic retrieval": "Conecte à sua instância da API do GoodMem para armazenamento de memória baseado em vetores e recuperação semântica",
8
+ "Create Space": "Criar espaço",
9
+ "Create Memory": "Criar Memória",
10
+ "Retrieve Memories": "Recuperar memórias",
11
+ "Get Memory": "Obter memória",
12
+ "Delete Memory": "Excluir memória",
13
+ "Create a new space or reuse an existing one. A space is a logical container for organizing related memories, configured with embedders that convert text to vector embeddings": "Criar um novo espaço ou reutilizar um existente. Um espaço é um contêiner lógico para organizar memórias relacionadas, configurada com incorporadores que convertem texto em vetores de incorporação",
14
+ "Store a document as a new memory in a space. The memory is processed asynchronously - chunked into searchable pieces and embedded into vectors. Accepts a file or plain text.": "Armazenar um documento como uma nova memória em um espaço. A memória é processada de forma assíncrona - envolta em peças pesquisáveis e incorporada em vetores. Aceita um arquivo ou texto sem formatação.",
15
+ "Perform similarity-based semantic retrieval across one or more spaces. Returns matching chunks ranked by relevance, with optional full memory definitions.": "Realize uma recuperação semântica baseada em similares em um ou mais espaços. Retorna chunks correspondentes classificados por relevância, com definições opcionais de memória completa.",
16
+ "Fetch a specific memory record by its ID, including metadata, processing status, and optionally the original content.": "Obter um registro de memória específico por seu ID, incluindo metadados, estado do processamento e, opcionalmente, o conteúdo original.",
17
+ "Permanently delete a memory and its associated chunks and vector embeddings.": "Exclua permanentemente uma memória e seus chunks e vetores associados.",
18
+ "Space Name": "Nome do Espaço",
19
+ "Embedder": "Embedder",
20
+ "Advanced Chunking Options": "Opções Avançadas de Chunking",
21
+ "Space": "Sala",
22
+ "File": "Arquivo",
23
+ "Text Content": "Conteúdo do Texto",
24
+ "Source": "fonte",
25
+ "Author": "Autor",
26
+ "Tags": "Etiquetas",
27
+ "Additional Metadata": "Metadados Adicionais",
28
+ "Query": "Requisição",
29
+ "Spaces": "Espaços",
30
+ "Maximum Results": "Resultados máximos",
31
+ "Include Memory Definition": "Incluir definição de memória",
32
+ "Wait for Indexing": "Aguardar a indexação",
33
+ "Reranker": "Reranker",
34
+ "LLM": "Libra",
35
+ "Relevance Threshold": "Limite de Relevância",
36
+ "LLM Temperature": "Temperatura LLM",
37
+ "Chronological Resort": "Resort Cronológico",
38
+ "Memory ID": "ID da memória",
39
+ "Include Content": "Incluir conteúdo",
40
+ "A unique name for the space. If a space with this name already exists, its ID will be returned instead of creating a duplicate": "Um nome único para o espaço. Se já existe um espaço com este nome, o seu ID será retornado em vez de criar um duplicado",
41
+ "The embedder model that converts text into vector representations for similarity search": "O modelo de incorporação que converte texto em vetores de representações para pesquisa de similaridade",
42
+ "Select a space to use": "Selecione um espaço para usar",
43
+ "A file to store as memory (PDF, DOCX, image, etc.). Connect the output of a trigger or action that provides a file. Content type is auto-detected from the file extension.": "Um arquivo para armazenar como memória (PDF, DOCX, imagem, etc.). Conecte a saída de um gatilho ou ação que fornece um arquivo. O tipo de conteúdo é detectado automaticamente da extensão do arquivo.",
44
+ "Plain text content to store as memory (sent as text/plain). If both File and Text Content are provided, the file takes priority.": "Conteúdo de texto simples para armazenar como memória (enviado como texto/simples). Se tanto Conteúdo de Arquivo e Texto forem fornecidos, o arquivo terá prioridade.",
45
+ "Where this memory came from (e.g., \"google-drive\", \"gmail\", \"manual upload\"). Stored in metadata.source": "De onde esta memória veio (por exemplo, \"google-drive\", \"gmail\", \"upload manual\"). Armazenado em metadado.source",
46
+ "The author or creator of the content. Stored in metadata.author": "O autor ou criador do conteúdo. Armazenado em metadata.autor",
47
+ "Comma-separated tags for categorization (e.g., \"legal,research,important\"). Stored in metadata.tags as an array": "Tags separadas por vírgulas para categorização (por exemplo, \"legais, pesquisas, importantes\"). Armazenado em metadata.tags como um array",
48
+ "Extra key-value metadata as JSON. Merged with Source, Author, and Tags fields above": "Metadados extras de valor-chave como JSON. Combinado com os campos Fonte, Autor e Tags acima",
49
+ "A natural language query used to find semantically similar memory chunks": "Uma consulta de linguagem natural usada para encontrar porções de memória semântica semelhante",
50
+ "Select one or more spaces to search across": "Selecione um ou mais espaços para pesquisar em",
51
+ "Limit the number of returned memories": "Limitar o número de memórias retornadas",
52
+ "Fetch the full memory metadata (source document info, processing status) alongside the matched chunks": "Obter os metadados completos da memória (informações do documento de origem, status do processamento) ao lado dos chunks correspondidos",
53
+ "Retry for up to 60 seconds when no results are found. Enable this when memories were just added and may still be undergoing chunking and embedding": "Tentar novamente por até 60 segundos quando nenhum resultado for encontrado. Ative isso quando as memórias foram adicionadas e ainda pode estar passando por fatias e incorporando",
54
+ "Optional reranker model to improve result ordering": "Modelo opcional de reranker para melhorar a ordenação de resultados",
55
+ "Optional LLM to generate contextual responses alongside retrieved chunks": "LLM opcional para gerar respostas contextuais ao lado de chunks recuperados",
56
+ "Minimum score (0-1) for including results. Only used when Reranker or LLM is set.": "Pontuação mínima (0-1) para incluir resultados. Apenas usado quando Reranker ou LLM está definido.",
57
+ "Creativity setting for LLM generation (0-2). Only used when LLM ID is set.": "Configuração de criatividade para geração de LLM (0-2). Usado apenas quando LLM ID está definido.",
58
+ "Reorder results by creation time instead of relevance score": "Reordenar os resultados por tempo de criação em vez de pontuação de relevância",
59
+ "The UUID of the memory to fetch (returned by Create Memory)": "O UUID da memória para buscar (retornado pela Create Memory)",
60
+ "Fetch the original document content of the memory in addition to its metadata": "Obter o conteúdo original do documento da memória, além de seus metadados",
61
+ "The UUID of the memory to delete (returned by Create Memory)": "O UUID da memória para excluir (retornado pela Create Memory)"
62
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "Store documents as memories with vector embeddings and perform similarity-based semantic retrieval using GoodMem": "Store documents as memories with vector embeddings and perform similarity-based semantic retrieval using GoodMem",
3
+ "Base URL": "Base URL",
4
+ "API Key": "API Key",
5
+ "The base URL of your GoodMem API server (e.g., https://api.goodmem.ai or http://localhost:8080)": "The base URL of your GoodMem API server (e.g., https://api.goodmem.ai or http://localhost:8080)",
6
+ "Your GoodMem API key for authentication (X-API-Key)": "Your GoodMem API key for authentication (X-API-Key)",
7
+ "Connect to your GoodMem API instance for vector-based memory storage and semantic retrieval": "Connect to your GoodMem API instance for vector-based memory storage and semantic retrieval",
8
+ "Create Space": "Create Space",
9
+ "Create Memory": "Create Memory",
10
+ "Retrieve Memories": "Retrieve Memories",
11
+ "Get Memory": "Get Memory",
12
+ "Delete Memory": "Delete Memory",
13
+ "Create a new space or reuse an existing one. A space is a logical container for organizing related memories, configured with embedders that convert text to vector embeddings": "Create a new space or reuse an existing one. A space is a logical container for organizing related memories, configured with embedders that convert text to vector embeddings",
14
+ "Store a document as a new memory in a space. The memory is processed asynchronously - chunked into searchable pieces and embedded into vectors. Accepts a file or plain text.": "Store a document as a new memory in a space. The memory is processed asynchronously - chunked into searchable pieces and embedded into vectors. Accepts a file or plain text.",
15
+ "Perform similarity-based semantic retrieval across one or more spaces. Returns matching chunks ranked by relevance, with optional full memory definitions.": "Perform similarity-based semantic retrieval across one or more spaces. Returns matching chunks ranked by relevance, with optional full memory definitions.",
16
+ "Fetch a specific memory record by its ID, including metadata, processing status, and optionally the original content.": "Fetch a specific memory record by its ID, including metadata, processing status, and optionally the original content.",
17
+ "Permanently delete a memory and its associated chunks and vector embeddings.": "Permanently delete a memory and its associated chunks and vector embeddings.",
18
+ "Space Name": "Space Name",
19
+ "Embedder": "Embedder",
20
+ "Advanced Chunking Options": "Advanced Chunking Options",
21
+ "Space": "Space",
22
+ "File": "File",
23
+ "Text Content": "Text Content",
24
+ "Source": "Source",
25
+ "Author": "Author",
26
+ "Tags": "Tags",
27
+ "Additional Metadata": "Additional Metadata",
28
+ "Query": "Query",
29
+ "Spaces": "Spaces",
30
+ "Maximum Results": "Maximum Results",
31
+ "Include Memory Definition": "Include Memory Definition",
32
+ "Wait for Indexing": "Wait for Indexing",
33
+ "Reranker": "Reranker",
34
+ "LLM": "LLM",
35
+ "Relevance Threshold": "Relevance Threshold",
36
+ "LLM Temperature": "LLM Temperature",
37
+ "Chronological Resort": "Chronological Resort",
38
+ "Memory ID": "Memory ID",
39
+ "Include Content": "Include Content",
40
+ "A unique name for the space. If a space with this name already exists, its ID will be returned instead of creating a duplicate": "A unique name for the space. If a space with this name already exists, its ID will be returned instead of creating a duplicate",
41
+ "The embedder model that converts text into vector representations for similarity search": "The embedder model that converts text into vector representations for similarity search",
42
+ "Select a space to use": "Select a space to use",
43
+ "A file to store as memory (PDF, DOCX, image, etc.). Connect the output of a trigger or action that provides a file. Content type is auto-detected from the file extension.": "A file to store as memory (PDF, DOCX, image, etc.). Connect the output of a trigger or action that provides a file. Content type is auto-detected from the file extension.",
44
+ "Plain text content to store as memory (sent as text/plain). If both File and Text Content are provided, the file takes priority.": "Plain text content to store as memory (sent as text/plain). If both File and Text Content are provided, the file takes priority.",
45
+ "Where this memory came from (e.g., \"google-drive\", \"gmail\", \"manual upload\"). Stored in metadata.source": "Where this memory came from (e.g., \"google-drive\", \"gmail\", \"manual upload\"). Stored in metadata.source",
46
+ "The author or creator of the content. Stored in metadata.author": "The author or creator of the content. Stored in metadata.author",
47
+ "Comma-separated tags for categorization (e.g., \"legal,research,important\"). Stored in metadata.tags as an array": "Comma-separated tags for categorization (e.g., \"legal,research,important\"). Stored in metadata.tags as an array",
48
+ "Extra key-value metadata as JSON. Merged with Source, Author, and Tags fields above": "Extra key-value metadata as JSON. Merged with Source, Author, and Tags fields above",
49
+ "A natural language query used to find semantically similar memory chunks": "A natural language query used to find semantically similar memory chunks",
50
+ "Select one or more spaces to search across": "Select one or more spaces to search across",
51
+ "Limit the number of returned memories": "Limit the number of returned memories",
52
+ "Fetch the full memory metadata (source document info, processing status) alongside the matched chunks": "Fetch the full memory metadata (source document info, processing status) alongside the matched chunks",
53
+ "Retry for up to 60 seconds when no results are found. Enable this when memories were just added and may still be undergoing chunking and embedding": "Retry for up to 60 seconds when no results are found. Enable this when memories were just added and may still be undergoing chunking and embedding",
54
+ "Optional reranker model to improve result ordering": "Optional reranker model to improve result ordering",
55
+ "Optional LLM to generate contextual responses alongside retrieved chunks": "Optional LLM to generate contextual responses alongside retrieved chunks",
56
+ "Minimum score (0-1) for including results. Only used when Reranker or LLM is set.": "Minimum score (0-1) for including results. Only used when Reranker or LLM is set.",
57
+ "Creativity setting for LLM generation (0-2). Only used when LLM ID is set.": "Creativity setting for LLM generation (0-2). Only used when LLM ID is set.",
58
+ "Reorder results by creation time instead of relevance score": "Reorder results by creation time instead of relevance score",
59
+ "The UUID of the memory to fetch (returned by Create Memory)": "The UUID of the memory to fetch (returned by Create Memory)",
60
+ "Fetch the original document content of the memory in addition to its metadata": "Fetch the original document content of the memory in addition to its metadata",
61
+ "The UUID of the memory to delete (returned by Create Memory)": "The UUID of the memory to delete (returned by Create Memory)"
62
+ }
@@ -0,0 +1,62 @@
1
+ {
2
+ "Store documents as memories with vector embeddings and perform similarity-based semantic retrieval using GoodMem": "Store documents as memories with vector embeddings and perform similarity-based semantic retrieval using GoodMem",
3
+ "Base URL": "基本网址",
4
+ "API Key": "API 密钥",
5
+ "The base URL of your GoodMem API server (e.g., https://api.goodmem.ai or http://localhost:8080)": "The base URL of your GoodMem API server (e.g., https://api.goodmem.ai or http://localhost:8080)",
6
+ "Your GoodMem API key for authentication (X-API-Key)": "Your GoodMem API key for authentication (X-API-Key)",
7
+ "Connect to your GoodMem API instance for vector-based memory storage and semantic retrieval": "Connect to your GoodMem API instance for vector-based memory storage and semantic retrieval",
8
+ "Create Space": "Create Space",
9
+ "Create Memory": "Create Memory",
10
+ "Retrieve Memories": "Retrieve Memories",
11
+ "Get Memory": "Get Memory",
12
+ "Delete Memory": "Delete Memory",
13
+ "Create a new space or reuse an existing one. A space is a logical container for organizing related memories, configured with embedders that convert text to vector embeddings": "Create a new space or reuse an existing one. A space is a logical container for organizing related memories, configured with embedders that convert text to vector embeddings",
14
+ "Store a document as a new memory in a space. The memory is processed asynchronously - chunked into searchable pieces and embedded into vectors. Accepts a file or plain text.": "Store a document as a new memory in a space. The memory is processed asynchronously - chunked into searchable pieces and embedded into vectors. Accepts a file or plain text.",
15
+ "Perform similarity-based semantic retrieval across one or more spaces. Returns matching chunks ranked by relevance, with optional full memory definitions.": "Perform similarity-based semantic retrieval across one or more spaces. Returns matching chunks ranked by relevance, with optional full memory definitions.",
16
+ "Fetch a specific memory record by its ID, including metadata, processing status, and optionally the original content.": "Fetch a specific memory record by its ID, including metadata, processing status, and optionally the original content.",
17
+ "Permanently delete a memory and its associated chunks and vector embeddings.": "Permanently delete a memory and its associated chunks and vector embeddings.",
18
+ "Space Name": "Space Name",
19
+ "Embedder": "Embedder",
20
+ "Advanced Chunking Options": "Advanced Chunking Options",
21
+ "Space": "Space",
22
+ "File": "文件",
23
+ "Text Content": "Text Content",
24
+ "Source": "来源",
25
+ "Author": "Author",
26
+ "Tags": "标签",
27
+ "Additional Metadata": "Additional Metadata",
28
+ "Query": "Query",
29
+ "Spaces": "Spaces",
30
+ "Maximum Results": "Maximum Results",
31
+ "Include Memory Definition": "Include Memory Definition",
32
+ "Wait for Indexing": "Wait for Indexing",
33
+ "Reranker": "Reranker",
34
+ "LLM": "LLM",
35
+ "Relevance Threshold": "Relevance Threshold",
36
+ "LLM Temperature": "LLM Temperature",
37
+ "Chronological Resort": "Chronological Resort",
38
+ "Memory ID": "Memory ID",
39
+ "Include Content": "Include Content",
40
+ "A unique name for the space. If a space with this name already exists, its ID will be returned instead of creating a duplicate": "A unique name for the space. If a space with this name already exists, its ID will be returned instead of creating a duplicate",
41
+ "The embedder model that converts text into vector representations for similarity search": "The embedder model that converts text into vector representations for similarity search",
42
+ "Select a space to use": "Select a space to use",
43
+ "A file to store as memory (PDF, DOCX, image, etc.). Connect the output of a trigger or action that provides a file. Content type is auto-detected from the file extension.": "A file to store as memory (PDF, DOCX, image, etc.). Connect the output of a trigger or action that provides a file. Content type is auto-detected from the file extension.",
44
+ "Plain text content to store as memory (sent as text/plain). If both File and Text Content are provided, the file takes priority.": "Plain text content to store as memory (sent as text/plain). If both File and Text Content are provided, the file takes priority.",
45
+ "Where this memory came from (e.g., \"google-drive\", \"gmail\", \"manual upload\"). Stored in metadata.source": "Where this memory came from (e.g., \"google-drive\", \"gmail\", \"manual upload\"). Stored in metadata.source",
46
+ "The author or creator of the content. Stored in metadata.author": "The author or creator of the content. Stored in metadata.author",
47
+ "Comma-separated tags for categorization (e.g., \"legal,research,important\"). Stored in metadata.tags as an array": "Comma-separated tags for categorization (e.g., \"legal,research,important\"). Stored in metadata.tags as an array",
48
+ "Extra key-value metadata as JSON. Merged with Source, Author, and Tags fields above": "Extra key-value metadata as JSON. Merged with Source, Author, and Tags fields above",
49
+ "A natural language query used to find semantically similar memory chunks": "A natural language query used to find semantically similar memory chunks",
50
+ "Select one or more spaces to search across": "Select one or more spaces to search across",
51
+ "Limit the number of returned memories": "Limit the number of returned memories",
52
+ "Fetch the full memory metadata (source document info, processing status) alongside the matched chunks": "Fetch the full memory metadata (source document info, processing status) alongside the matched chunks",
53
+ "Retry for up to 60 seconds when no results are found. Enable this when memories were just added and may still be undergoing chunking and embedding": "Retry for up to 60 seconds when no results are found. Enable this when memories were just added and may still be undergoing chunking and embedding",
54
+ "Optional reranker model to improve result ordering": "Optional reranker model to improve result ordering",
55
+ "Optional LLM to generate contextual responses alongside retrieved chunks": "Optional LLM to generate contextual responses alongside retrieved chunks",
56
+ "Minimum score (0-1) for including results. Only used when Reranker or LLM is set.": "Minimum score (0-1) for including results. Only used when Reranker or LLM is set.",
57
+ "Creativity setting for LLM generation (0-2). Only used when LLM ID is set.": "Creativity setting for LLM generation (0-2). Only used when LLM ID is set.",
58
+ "Reorder results by creation time instead of relevance score": "Reorder results by creation time instead of relevance score",
59
+ "The UUID of the memory to fetch (returned by Create Memory)": "The UUID of the memory to fetch (returned by Create Memory)",
60
+ "Fetch the original document content of the memory in addition to its metadata": "Fetch the original document content of the memory in addition to its metadata",
61
+ "The UUID of the memory to delete (returned by Create Memory)": "The UUID of the memory to delete (returned by Create Memory)"
62
+ }