Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MarchLiu/hypatia
/ functions
Functions
397 in github.com/MarchLiu/hypatia
⨍
Functions
397
◇
Types & classes
73
Method
large
()
tests/bench_data.rs:26
Function
like_operator
()
src/engine/operators.rs:582
Function
like_operator_json_field
()
src/engine/operators.rs:599
Function
list_shows_connected_status
()
src/storage/shelf_manager.rs:450
Function
list_sorted_by_name
()
src/storage/shelf_registry.rs:119
Method
load
Load registry from a JSON file. Returns an empty registry if the file does not exist.
src/storage/shelf_registry.rs:16
Function
load_nonexistent_returns_empty
()
src/storage/shelf_registry.rs:81
Function
main
()
src/main.rs:1
Method
medium
()
tests/bench_data.rs:23
Function
mixed_chinese_english
()
src/text.rs:74
Function
model_info_returns_files
()
src/embedding/config.rs:735
Method
new
()
src/lab.rs:22
Method
new
(shelf: &'a mut OpenShelf)
src/service/knowledge.rs:10
Method
new
(shelf: &'a mut OpenShelf)
src/service/statement.rs:12
Method
new
(shelf: &'a OpenShelf)
src/service/search.rs:10
Method
new
(path: PathBuf)
src/model/shelf.rs:10
Method
new
(data: impl Into<String>)
src/model/content.rs:64
Method
new
(subject: impl Into<String>, predicate: impl Into<String>, object: impl Into<String>)
src/model/statement.rs:13
Method
new
(rows: Vec<ResultSetRow>)
src/model/query.rs:53
Method
new
Create a new ShelfManager, loading the persistent registry and restoring all connections.
src/storage/shelf_manager.rs:162
Method
new
(target: QueryTarget)
src/engine/sql_builder.rs:13
Method
new
(results: Vec<serde_json::Map<String, serde_json::Value>>)
src/engine/evaluator.rs:312
Method
new
(lab: Lab)
src/cli/repl.rs:10
Method
new
(config: &LocalConfig)
src/embedding/provider.rs:61
Method
new
(config: ScaleConfig)
tests/bench_data.rs:171
Function
no_chinese_passes_through
()
src/text.rs:54
Function
no_duplicate_short_flags
()
src/cli/commands.rs:570
Function
not_operator
()
src/engine/operators.rs:553
Function
onnx_model_loads_with_ort
()
src/embedding/embedder.rs:62
Method
open
(path: &Path, dimensions: usize)
src/storage/duckdb_store.rs:77
Method
open
(path: &Path)
src/storage/sqlite_store.rs:95
Method
parse_embedding
Parse a single embedding from the API response.
src/embedding/provider.rs:423
Function
parse_escaped_symbol
()
src/engine/parser.rs:141
Function
parse_knowledge_operator
()
src/engine/parser.rs:216
Function
parse_literal_number
()
src/engine/parser.rs:123
Function
parse_literal_string
()
src/engine/parser.rs:129
Function
parse_nested_operators
()
src/engine/parser.rs:201
Function
parse_operator_array_form
()
src/engine/parser.rs:147
Function
parse_operator_object_form
()
src/engine/parser.rs:159
Function
parse_operator_with_metadata
()
src/engine/parser.rs:171
Function
parse_plain_array
()
src/engine/parser.rs:189
Function
parse_plain_object
()
src/engine/parser.rs:195
Function
parse_quote_array
()
src/engine/parser.rs:183
Function
parse_symbol
()
src/engine/parser.rs:135
Function
porter_stemmer
()
src/storage/sqlite_store.rs:380
Function
register_model_creates_symlink
()
src/embedding/config.rs:717
Function
register_overwrites
()
src/storage/shelf_registry.rs:103
Method
registry_path
Return the canonical path for the registry file: `~/.hypatia/shelves.json`.
src/storage/shelf_registry.rs:63
Method
resolve_figure_path
Resolve an `archive://` reference to a filesystem path relative to a shelf root. Returns the relative path without the `archive://` prefix, or None if
src/model/content.rs:106
Function
resolve_figure_path_test
()
src/model/content.rs:197
Function
resolve_model_absolute_path
()
src/embedding/config.rs:617
Function
resolve_model_absolute_path_missing_tokenizer
()
src/embedding/config.rs:626
Function
resolve_model_nonexistent_hf_name
()
src/embedding/config.rs:634
Function
row_to_fts_result
(row: &rusqlite::Row)
src/storage/sqlite_store.rs:80
Function
run_benchmark
()
tests/bench.rs:25
Function
run_locomo_benchmark
()
tests/locomo.rs:217
Function
run_longmemeval_benchmark
()
tests/longmemeval.rs:226
Function
save_and_load_roundtrip
()
src/storage/shelf_registry.rs:87
Function
save_creates_parent_directory
()
src/storage/shelf_registry.rs:131
Function
schema_init
()
src/storage/duckdb_store.rs:618
Function
schema_init
()
src/storage/sqlite_store.rs:290
Function
scopes_empty_becomes_none
()
src/model/content.rs:215
Function
scopes_roundtrip
()
src/model/content.rs:206
Function
search_operator
()
src/engine/operators.rs:519
Function
search_with_catalog_filter
()
src/storage/sqlite_store.rs:327
Function
serialization_roundtrip
()
src/model/content.rs:167
Function
shelf_config_paths
()
src/model/shelf.rs:76
Function
shelf_id_custom_name
()
src/model/shelf.rs:70
Function
shelf_id_name_from_path
()
src/model/shelf.rs:64
Method
small
()
tests/bench_data.rs:20
Function
statement_delete
()
src/storage/duckdb_store.rs:697
Function
statement_key_csv_simple
()
src/model/statement.rs:100
Function
statement_key_csv_with_comma
()
src/model/statement.rs:106
Function
statement_key_csv_with_quote
()
src/model/statement.rs:112
Function
statement_key_equality
()
src/model/statement.rs:118
Function
statement_roundtrip
()
src/storage/duckdb_store.rs:662
Function
statement_schema
(dimensions: usize)
src/storage/duckdb_store.rs:20
Function
statement_vector_upsert_and_search
()
src/storage/duckdb_store.rs:727
Function
statement_with_temporal_range
()
src/storage/duckdb_store.rs:674
Function
string_or_none
(de: D)
tests/locomo.rs:56
Function
synonyms_flat_roundtrip
()
src/model/content.rs:221
Function
synonyms_positional_roundtrip
()
src/model/content.rs:232
Function
tokenizer_encodes_multilingual
()
src/embedding/embedder.rs:49
Function
tokenizer_loads
()
src/embedding/embedder.rs:40
Method
unavailable
()
src/embedding/provider.rs:84
Function
unregister_removes_entry
()
src/storage/shelf_registry.rs:111
Method
update
( &mut self, key: &StatementKey, content: Content, tr_start: Option<NaiveDateT
src/service/statement.rs:59
Method
update_knowledge
(&mut self, shelf: &str, name: &str, content: Content)
src/lab.rs:71
Function
upsert_and_search
()
src/storage/sqlite_store.rs:295
Function
upsert_updates_existing
()
src/storage/sqlite_store.rs:312
Function
vector_search_excludes_null_embeddings
()
src/storage/duckdb_store.rs:745
Method
visit_i64
(self, v: i64)
tests/longmemeval.rs:41
Method
visit_str
(self, v: &str)
tests/longmemeval.rs:35
Method
visit_u64
(self, v: u64)
tests/longmemeval.rs:38
Method
with_name
(path: PathBuf, name: String)
src/model/shelf.rs:18
Method
with_search_results
( query_results: Vec<serde_json::Map<String, serde_json::Value>>, search_results: Vec<
src/engine/evaluator.rs:319
Function
without_embeddings_lists_only_missing
()
src/storage/duckdb_store.rs:759
← previous
301–397 of 397, ranked by callers