{"id":21994418,"url":"https://github.com/codelibs/docker-semanticsearch","last_synced_at":"2025-04-30T16:48:09.664Z","repository":{"id":191811340,"uuid":"685437961","full_name":"codelibs/docker-semanticsearch","owner":"codelibs","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-31T12:09:16.000Z","size":28,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T18:04:25.840Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codelibs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-08-31T08:23:12.000Z","updated_at":"2025-01-05T10:35:19.000Z","dependencies_parsed_at":"2024-06-11T01:25:34.934Z","dependency_job_id":null,"html_url":"https://github.com/codelibs/docker-semanticsearch","commit_stats":null,"previous_names":["codelibs/docker-semanticsearch"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Fdocker-semanticsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Fdocker-semanticsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Fdocker-semanticsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codelibs%2Fdocker-semanticsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codelibs","download_url":"https://codeload.github.com/codelibs/docker-semanticsearch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251748017,"owners_count":21637408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-29T21:08:52.139Z","updated_at":"2025-04-30T16:48:09.657Z","avatar_url":"https://github.com/codelibs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Semantic Search on Fess\n\n[Fess](https://fess.codelibs.org/) is an Enterprise Search Server. This Docker environment provides a Semantic Search Server on Fess.\n\n## Public Site\n\nVisit our public site at [semantic.codelibs.org](https://semantic.codelibs.org/).\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have Docker and Git installed on your system.\n\n### Setup\n\nClone the repository and run the setup script:\n\n```sh\ngit clone https://github.com/codelibs/docker-semanticsearch.git\ncd docker-semanticsearch\nbash ./bin/setup.sh\n```\n\n### Start the Server\n\nStart the server using Docker Compose:\n\n```sh\ndocker compose -f compose.yaml up -d\n```\n\nOnce started, access the server at `http://localhost:8080/`.\n\n### Configure Semantic Search\n\nRun the setup script for semantic search models:\n\n```sh\nbash \u003c(curl -s https://raw.githubusercontent.com/codelibs/fess-webapp-semantic-search/refs/tags/fess-webapp-semantic-search-14.18.0/tools/setup.sh)\n```\n\nSelect a model from the list provided by the script. For example, choose option `9` for `huggingface/sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2`.\n\nThe script will output system properties similar to the following:\n\n```\n--- system properties: start ---\nfess.semantic_search.pipeline=neural_pipeline\nfess.semantic_search.content.nested_field=content_vector\nfess.semantic_search.content.chunk_field=content_chunk\nfess.semantic_search.content.field=knn\nfess.semantic_search.content.dimension=384\nfess.semantic_search.content.method=hnsw\nfess.semantic_search.content.engine=lucene\nfess.semantic_search.content.space_type=cosinesimil\nfess.semantic_search.content.model_id=...\nfess.semantic_search.min_score=0.5\n--- system properties: end ---\n```\n\nCopy these properties.\n\n### Update System Properties in Fess\n\n1. Go to the **Admin** \u003e **General** page.\n2. Add the copied values to the **System Properties** field.\n3. Click **Update** button.\n\n### Configure Crawl Settings\n\nWhen creating crawl settings before starting a crawl, you must specify semantic in the Virtual Host field. This step ensures semantic search functions correctly.\n\n### Reindex Data\n\n1. Navigate to the **Admin** \u003e **Maintenance** page.\n2. Start the reindexing process.\n\nYour semantic search setup on Fess is now complete and ready to use.\n\n### Stop the Server\n\nTo stop the server, run:\n\n```sh\ndocker compose -f compose.yaml down\n```\n\n## For Production\n\nTo deploy in a production environment, replace `semantic.codelibs.org` with your domain in `compose-production.yaml`.\n\n---\n\nFor additional support or information, please visit the [Fess documentation](https://fess.codelibs.org/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelibs%2Fdocker-semanticsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodelibs%2Fdocker-semanticsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodelibs%2Fdocker-semanticsearch/lists"}