Skip to content

Commit

Permalink
Merge pull request #1 from tecno-consultores/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sinfallas authored Dec 31, 2024
2 parents 6f286b3 + 7fab89f commit 91df997
Show file tree
Hide file tree
Showing 6 changed files with 329 additions and 89 deletions.
54 changes: 54 additions & 0 deletions .env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# flowise
FLOWISE_USERNAME=user
FLOWISE_PASSWORD=1234
DATABASE_TYPE=postgres
DATABASE_HOST=postgres
DATABASE_PORT=5432
DATABASE_USER=user
DATABASE_PASSWORD=KrFgLvKJRvinkEG5
DATABASE_NAME=lab

# openwebui
ENABLE_OPENAI_API=false
OPENAI_API_KEY=sk-124781258123
RAG_WEB_SEARCH_ENGINE=brave
BRAVE_SEARCH_API_KEY=

# n8n
DB_TYPE=postgresdb
DB_POSTGRESDB_HOST=postgres
DB_POSTGRESDB_PORT=5432
DB_POSTGRESDB_DATABASE=lab
DB_POSTGRESDB_USER=user
DB_POSTGRESDB_PASSWORD=KrFgLvKJRvinkEG5

# langflow
LANGFLOW_SUPERUSER=user
LANGFLOW_SUPERUSER_PASSWORD=123456

# anythingllm
SERVER_PORT=3001
UID='1000'
GID='1000'
LLM_PROVIDER='ollama'
OLLAMA_BASE_PATH='http://ollama:11434'
OLLAMA_MODEL_PREF='llama3.2'
OLLAMA_MODEL_TOKEN_LIMIT=4096
OPEN_AI_KEY=
OPEN_MODEL_PREF='gpt-4o'
EMBEDDING_ENGINE='ollama'
EMBEDDING_BASE_PATH='http://ollama:11434'
EMBEDDING_MODEL_PREF='nomic-embed-text:latest'
EMBEDDING_MODEL_MAX_CHUNK_LENGTH=8192
PASSWORDMINCHAR=8
PASSWORDMAXCHAR=250
PASSWORDLOWERCASE=1
PASSWORDUPPERCASE=1
PASSWORDNUMERIC=1
PASSWORDSYMBOL=1
PASSWORDREQUIREMENTS=4

# postgres
POSTGRES_USER=user
POSTGRES_PASSWORD=KrFgLvKJRvinkEG5
POSTGRES_DB=lab
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ n8n
openwebui
flowise
ollama
.idea/
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Developer:

* Jesús Palencia
* Ernestro Crespo
48 changes: 45 additions & 3 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,52 @@
commit 7f45cd57ef7bfb8efef67528e52287fcc9da61c7 (HEAD -> main, origin/main, origin/HEAD)
commit 801f530f5a2159db9eb34928bd81358490e623f3 (HEAD -> develop, origin/develop)
Author: Jesus Palencia <sinfallas@gmail.com>
Date: Tue Dec 31 10:45:19 2024 -0400

* bugfix

commit e50b618d0a5e946e975fb04945b4c632498a6c4a
Author: Jesus Palencia <sinfallas@gmail.com>
Date: Tue Dec 31 10:42:16 2024 -0400

* changelog

commit 293971bdf50bc22f87b2b4115cf0e7b470afe317
Author: Jesus Palencia <sinfallas@gmail.com>
Date: Tue Dec 31 10:42:08 2024 -0400

* profile

commit 9fd11f16217b40b4ce560ae665b3daa77eb47005
Author: Ernesto Crespo <ecrespo@protonmail.com>
Date: Mon Dec 30 19:48:49 2024 -0400

Added anythingLLM.

commit 08e22efc22027a7f8ed1a07b95c4dfe8a0354fab
Author: Ernesto Crespo <ecrespo@protonmail.com>
Date: Mon Dec 30 19:48:26 2024 -0400

Updated gitignore file

commit 6f286b3518ca61f31245cf988ed84328ccacb266 (origin/main, origin/HEAD, main)
Author: Jesús Palencia <sinfallas@gmail.com>
Date: Mon Dec 30 13:29:04 2024 -0400

Update docker-compose.yml

commit c17cfd73d4a3ce50434c1368cadc72d837dee8fe
Author: Jesus Palencia <sinfallas@gmail.com>
Date: Sun Dec 29 17:56:31 2024 -0400

* changelog

commit 7f45cd57ef7bfb8efef67528e52287fcc9da61c7
Author: Jesus Palencia <sinfallas@gmail.com>
Date: Sun Dec 29 17:56:22 2024 -0400

* salud ollama

commit 168c7deb4c42dc09d9f4542e4349b0d3a6890d43
commit 168c7deb4c42dc09d9f4542e4349b0d3a6890d43 (tag: v1.2)
Author: Jesus Palencia <sinfallas@gmail.com>
Date: Sun Dec 29 17:48:31 2024 -0400

Expand All @@ -29,7 +71,7 @@ Date: Sun Dec 29 17:44:41 2024 -0400
* hostname
* variables

commit b80e0f8201abba9611a38ee02e0b4947600356bf
commit b80e0f8201abba9611a38ee02e0b4947600356bf (tag: v1.1)
Author: Jesus Palencia <sinfallas@gmail.com>
Date: Sun Dec 29 13:08:25 2024 -0400

Expand Down
Loading

0 comments on commit 91df997

Please sign in to comment.