Cambios a las 3 bases Model mapper repo para que funcionen a partir de las clases heredando todos los metodos comunes

This commit is contained in:
2025-05-12 01:24:44 +02:00
parent 712bd877b8
commit bf1814bb8e
18 changed files with 992 additions and 361 deletions
+2 -2
View File
@@ -121,7 +121,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": null,
"id": "943d0deb",
"metadata": {},
"outputs": [
@@ -150,7 +150,7 @@
"from src.Llms.Embedders.Openai_embedder import OpenAIEmbedder\n",
"from src.ApiKeys.openai_apikey import OpenAICredencial\n",
"from src.TextManager.biblioteca import Biblioteca\n",
"from src.TextManager.notas_biblioteca_mmr import NotaRepo\n",
"from src.TextManager.notas_mmr import NotaRepo\n",
"\n",
"conexion = conexion_admin\n",
"embedder = OpenAIEmbedder(credencial_openai, model=\"text-embedding-3-large\")\n",