Sol-37 / Public Knowledge API
Privacy Policy
This Action provides read-only semantic search over a public knowledge cache exposed at
sol.system42.one.
What is sent
- The text of your search query.
- Basic request metadata required to serve the API, such as timestamps and standard web-server logs.
What the API does
- Looks up semantically similar text chunks in the existing Sol knowledge index.
- Returns matching excerpts and metadata such as path, chunk, and score.
- Does not mutate the knowledge base, trigger automations, or perform user actions.
Storage and processing
- Queries may appear in local server logs used for operations and debugging.
- The knowledge index is hosted on the server running the Sol site.
- Depending on the configured embedding backend, query text may be sent to an external embedding provider to compute the query vector.
Current backend note
The live service currently uses the same embedding pipeline used by Sol and MasterBot. If that pipeline is configured to use OpenAI embeddings, your query text is sent to OpenAI for query embedding generation before local similarity search is performed.
Contact
- Name: David Lones
- Email: [email protected]
- Public guestbook: https://sol.system42.one/gui?i=programs%2Flogbook.html