{"id":15103238,"url":"https://github.com/pamaldi/adso-chat","last_synced_at":"2026-01-18T23:01:31.343Z","repository":{"id":237321236,"uuid":"794286021","full_name":"pamaldi/adso-chat","owner":"pamaldi","description":"ADSO Chat is an interactive, Docker-based chat app with advanced language processing. It features a robust backend, Ollama for language tasks, and a user-friendly frontend, all containerized using Docker Compose.  Key Features:  Three services: backend, Ollama, frontend UI Advanced natural language processing Easy setup and deployment Customizable","archived":false,"fork":false,"pushed_at":"2024-07-04T13:44:53.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T11:44:59.113Z","etag":null,"topics":["chat","chatbot","llm","ollama","quarkus"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pamaldi.png","metadata":{"files":{"readme":"Readme.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-30T20:24:55.000Z","updated_at":"2024-10-17T19:27:54.000Z","dependencies_parsed_at":"2024-04-30T21:46:15.755Z","dependency_job_id":"e9bb9fcd-7c3b-40aa-817b-628ee705c4d1","html_url":"https://github.com/pamaldi/adso-chat","commit_stats":{"total_commits":19,"total_committers":1,"mean_commits":19.0,"dds":0.0,"last_synced_commit":"f969b39b97aa8978c165c98206e6adafbdeb90f9"},"previous_names":["pamaldi/llama3-chat","pamaldi/adso-chat"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pamaldi/adso-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pamaldi%2Fadso-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pamaldi%2Fadso-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pamaldi%2Fadso-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pamaldi%2Fadso-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pamaldi","download_url":"https://codeload.github.com/pamaldi/adso-chat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pamaldi%2Fadso-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28553055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T20:59:07.572Z","status":"ssl_error","status_checked_at":"2026-01-18T20:59:02.799Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chat","chatbot","llm","ollama","quarkus"],"created_at":"2024-09-25T19:22:35.494Z","updated_at":"2026-01-18T23:01:31.329Z","avatar_url":"https://github.com/pamaldi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ADSO Chat Application\n\n## Overview\n\nADSO Chat is a containerized application that leverages Docker Compose to manage three main services: a backend server, an Ollama language processing service, and a frontend user interface. This application is designed to provide an interactive chat experience with advanced language processing capabilities.\n\n## Services\n\n1. **ADSO Chat Backend**: Handles server-side logic and API requests.\n2. **ADSO Chat Ollama**: Provides language model processing for enhanced chat functionality.\n3. **ADSO UI**: Delivers the user interface for interacting with the chat application.\n\n## Prerequisites\n\n- Docker\n- Docker Compose\n\n## Quick Start\n\n1. Clone the repository:\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd \u003crepository-directory\u003e\n\n2. Build and start the services:\n   ```bash\n   docker-compose up --build -d\n\n3. Access the application:\n\n* Backend: http://localhost:8080\n* Ollama: http://localhost:11434\n* UI: http://localhost\n\n4. Usage\n* View Logs\n  ```bash\n  `docker-compose logs -f`\n* Stop Services\n  ```bash\n  `docker-compose down`\n* Rebuild and Restart Services\n   ```bash\n   `docker-compose up -d --build`\n\n\n5. Configuration\nThe application uses a custom bridge network named mynetwork for inter-service communication. Each service is configured with specific options for optimal performance and reliability.\nData Persistence\nThe Ollama service uses a bind mount to persist data:\n\nLocal ./data directory is mounted to /data in the Ollama container.\n\n6. Keycloak\n   http://localhost:8081/admin/master/console/\n   http://localhost:8081/realms/adso/protocol/openid-connect/auth?client_id=adso-user\u0026redirect_uri=http://localhost:80\u0026response_type=code\u0026scope=openid\n\n\n# Other\nBuild a single service\n```bash\ndocker-compose  up --build -d adso-ui\n```\n\n\n## About Ollama\n\n### What is Ollama?\nOllama is a service used to handle language models and facilitate advanced language processing tasks. It can be integrated into various applications to provide functionalities such as language translation, text generation, and more.\n\n### Usage in ADSO Chat\nIn the context of the ADSO Chat application, Ollama is used to process and generate responses based on the inputs it receives. This enhances the chatbot's ability to understand and generate natural language.\n\n### Configuration\nEnsure that the Ollama endpoint is correctly configured in your application settings. This typically involves specifying the URL or IP address where the Ollama service is running.\n\n### Data Volume\nThe configuration includes a bind mount for the `./data` directory to `/data` within the Ollama container. This is used to persist data across container restarts and can be useful for storing model files or other relevant data.\n\n### Network Configuration\nOllama is connected to the same custom bridge network (`mynetwork`) as the other services, allowing it to communicate seamlessly with the backend and UI components of the ADSO Chat application.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpamaldi%2Fadso-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpamaldi%2Fadso-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpamaldi%2Fadso-chat/lists"}