pseco
b01a76e71d
evaluation on acano
2026-02-24 17:03:33 +01:00
pseco
f6a907911d
unstage changes
2026-02-24 16:59:57 +01:00
pseco
cdd5f45ae1
Merge branch 'mrh-online-dev' of github.com:BRUNIX-AI/assistance-engine into mrh-online-dev
2026-02-24 16:59:38 +01:00
pseco
d6ac7aa1ca
working on evaluating embeddings
2026-02-24 16:53:37 +01:00
acano
4b5352d93c
Refactor code structure for improved readability and maintainability
2026-02-24 16:24:32 +01:00
acano
d4d7d9d2a1
Implement feature X to enhance user experience and optimize performance
2026-02-24 15:48:06 +01:00
acano
0d6c08e341
Add BEIR analysis notebook for CosQA and update dependencies
...
- Created a new Jupyter notebook for analyzing BEIR dataset with CosQA using Ollama embeddings.
- Implemented a custom embedding class to integrate LangChain's OllamaEmbeddings with BEIR.
- Added data loading and evaluation logic for the CosQA dataset.
- Updated `uv.lock` to remove unnecessary dependencies (`mteb` and `polars`) and incremented revision number.
2026-02-24 15:27:59 +01:00
pseco
ff438ea6c4
update makefile
2026-02-24 14:52:48 +01:00
pseco
9b6726c232
working on evaluatin embeddings
2026-02-24 14:35:48 +01:00
pseco
8e852c5417
Merge branch 'mrh-online-dev' of github.com:BRUNIX-AI/assistance-engine into mrh-online-dev
2026-02-24 12:09:56 +01:00
pseco
397dc7602b
working on embeddings evaluation
2026-02-24 12:09:51 +01:00
acano
a386982722
Add display data output for corpus conversion progress in Jupyter notebook
2026-02-24 11:46:49 +01:00
acano
a098ad02cf
Merge branch 'mrh-online-dev' of github.com:BRUNIX-AI/assistance-engine into mrh-online-dev
2026-02-24 11:46:29 +01:00
acano
cb16306ffb
Refactor code structure for improved readability and maintainability
2026-02-24 11:46:18 +01:00
pseco
ebd47961f9
Merge branch 'mrh-online-dev' of github.com:BRUNIX-AI/assistance-engine into mrh-online-dev
2026-02-24 10:51:08 +01:00
pseco
bb56222013
working on ragas
2026-02-24 10:51:04 +01:00
acano
629cdc4c49
Merge branch 'mrh-online-dev' of github.com:BRUNIX-AI/assistance-engine into mrh-online-dev
2026-02-24 10:50:03 +01:00
acano
4a1236f951
Refactor code structure for improved readability and maintainability
2026-02-24 10:49:52 +01:00
rafa-ruiz
5024bde8fb
removed workspace
2026-02-23 22:21:04 -08:00
rafa-ruiz
f075a0679a
removed .devcontainer, .vscode and workspace
2026-02-23 22:19:20 -08:00
pseco
88eab98aba
first agent templates approach
2026-02-20 14:43:28 +01:00
pseco
b46297c58f
Add project coding standards and guidelines for Python (PEP 8)
2026-02-20 10:50:32 +01:00
acano
b662b9a4fa
Update langgraph_agent_simple notebook: Adjust execution counts and refine AVAP tool description
...
- Changed execution counts for several code cells to maintain proper order.
- Updated system message to specify the role of the agent in responding to AVAP-related queries.
- Modified user input example to inquire about reserved words in AVAP.
- Enhanced AI response to include detailed information about AVAP reserved words and provided a code example demonstrating their usage.
2026-02-20 10:05:38 +01:00
pseco
1c34771685
Merge branch 'mrh-online-dev' of github.com:BRUNIX-AI/assistance-engine into mrh-online-dev
2026-02-19 17:09:59 +01:00
acano
0c2d0b512d
Implement feature X to enhance user experience and fix bug Y in module Z
2026-02-19 17:09:42 +01:00
pseco
0b75c3254c
Refactor code structure for improved readability and maintainability
2026-02-19 17:09:35 +01:00
acano
02af67fffb
created notebook for langgraph testing
2026-02-19 14:48:46 +01:00
pseco
4b0be0b80b
feat: add retrieval functionality and update execution counts in notebooks
2026-02-19 12:45:36 +01:00
pseco
51488b3ee6
working on ingestion
2026-02-19 11:54:31 +01:00
pseco
1a77b84921
working on retrieve
2026-02-18 16:23:03 +01:00
pseco
e4aa30e8c1
Merge branch 'mrh-online-dev' of github.com:BRUNIX-AI/assistance-engine into mrh-online-dev
2026-02-18 14:51:57 +01:00
pseco
26603a9f45
feat: add chunking methods and ingestion process for Elasticsearch
2026-02-18 14:51:52 +01:00
acano
eef6d28db1
Merge branch 'mrh-online-dev' of github.com:BRUNIX-AI/assistance-engine into mrh-online-dev
2026-02-18 14:51:20 +01:00
acano
ba2d2dbcaa
Implement feature X to enhance user experience and fix bug Y in module Z
2026-02-18 14:51:04 +01:00
pseco
f2482cae19
Merge branch 'mrh-online-dev' of github.com:BRUNIX-AI/assistance-engine into mrh-online-dev
2026-02-18 13:55:53 +01:00
acano
0dad6b1ef5
feat: add initial implementation of Elasticsearch ingestion with chunking strategies
2026-02-18 13:52:54 +01:00
pseco
2ec64b1472
working on ingestion
2026-02-18 13:52:01 +01:00
acano
133f95bcaf
feat: add .dockerignore and update docker-compose to use .env file
2026-02-17 12:26:22 +01:00
acano
918befe65f
Refactor code structure for improved readability and maintainability
2026-02-17 11:33:15 +01:00
rafa-ruiz
e555cffa57
fix: enforce repository neutrality by ignoring local IDE and dev-container configurations
2026-02-16 21:10:55 -08:00
rafa-ruiz
c26deae5c9
refactor: adjust Makefile paths to match new structure
2026-02-16 20:55:22 -08:00
rafa-ruiz
c862ea9194
docs: formalize repository standards and Docker build policies in README
2026-02-16 20:50:19 -08:00
rafa-ruiz
0415a3c271
refactor: optimize Docker build context, remove redundant /workspace and enforce production-ready standards
2026-02-16 20:45:01 -08:00
Rafael Ruiz
5eb7d7c939
Merge pull request #6 from BRUNIX-AI/mrh-online-proposal
...
Refactor project structure and enhance configuration
2026-02-16 19:44:07 -08:00
pseco
36bd3b32a6
generate working schema
2026-02-16 17:58:18 +01:00
pseco
7979061a36
Merge branch 'mrh-online-proposal' of github.com:BRUNIX-AI/assistance-engine into mrh-online-proposal
2026-02-16 14:59:23 +01:00
pseco
b468d1f12c
workin on schema
2026-02-16 14:56:07 +01:00
izapata
7cdaf5a0c5
feat: update README and add start-tunnels.sh script for infrastructure setup
2026-02-16 14:50:55 +01:00
pseco
ab48d27ddb
adding kubectl
2026-02-16 14:14:34 +01:00
pseco
e23a33cfac
Merge branch 'mrh-online-proposal' of github.com:BRUNIX-AI/assistance-engine into mrh-online-proposal
2026-02-13 09:21:20 +01:00