Testing
This commit is contained in:
19
README.md
19
README.md
@@ -0,0 +1,19 @@
|
|||||||
|
# grosbeak
|
||||||
|
|
||||||
|
*Nee Jemison*.
|
||||||
|
|
||||||
|
A single-file search engine, for small (100K-1M page) sites.
|
||||||
|
|
||||||
|
## why?
|
||||||
|
|
||||||
|
Two reasons.
|
||||||
|
|
||||||
|
* I would like to build a repository of sites and papers that is searchable. I want to own the content and the index, and I want it to be easy to deploy/self-host.
|
||||||
|
* I want a search backend for LLM-based applications where I control the content.
|
||||||
|
|
||||||
|
## requirements
|
||||||
|
|
||||||
|
* An S3-compatible object store
|
||||||
|
* SQlite or Postgres
|
||||||
|
|
||||||
|
The use-case is (essentially) single-user.
|
||||||
|
|||||||
5
shared/domain64/domain64.go
Normal file
5
shared/domain64/domain64.go
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
package domain64
|
||||||
|
|
||||||
|
func ReturnTrue() bool {
|
||||||
|
return true
|
||||||
|
}
|
||||||
3
shared/domain64/go.mod
Normal file
3
shared/domain64/go.mod
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
module git.jadud.com/grosbeak/shared/domain64
|
||||||
|
|
||||||
|
go 1.23.2
|
||||||
Reference in New Issue
Block a user