SIGN IN SIGN UP
oramasearch / orama UNCLAIMED

🌌 A complete search engine and RAG pipeline in your browser, server or edge network with support for full-text, vector, and hybrid search in less than 2kb.

0 0 1 TypeScript
2023-12-07 14:37:28 +00:00
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"files": {
"ignore": [
".vscode/",
"**/.docusaurus/",
"**/coverage",
"**/dist/",
"**/node_modules/",
"**/Dockerfile",
"packages/plugin-docusaurus-sandbox/build/**",
"playwright-report/**",
"packages/docs/.next/**/*",
"pnpm-lock.yaml",
"**/*.mdx",
"*.webmanifest",
"*.png",
"*.svg",
"*.xml",
"*.ico",
"./packages/tokenizers"
],
"maxSize": 10000000000
},
"linter": {
"enabled": false
},
"formatter": {
"lineWidth": 120,
"indentStyle": "space"
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"trailingCommas": "none",
"quoteStyle": "single"
}
}
}