mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-17 05:51:22 +00:00

* add time and perf benchmark for es * Add retriever benchmarking * Add Reader benchmarking * add nq to squad conversion * add conversion stats * clean benchmarks * Add link to dataset * Update imports * add first support for neg psgs * Refactor test * set max_seq_len * cleanup benchmark * begin retriever speed benchmarking * Add support for retriever query index benchmarking * improve reader eval, retriever speed benchmarking * improve retriever speed benchmarking * Add retriever accuracy benchmark * Add neg doc shuffling * Add top_n * 3x speedup of SQL. add postgres docker run. make shuffle neg a param. add more logging * Add models to sweep * add option for faiss index type * remove unneeded line * change faiss to faiss_flat * begin automatic benchmark script * remove existing postgres docker for benchmarking * Add data processing scripts * Remove shuffle in script bc data already shuffled * switch hnsw setup from 256 to 128 * change es similarity to dot product by default * Error includes stack trace * Change ES default timeout * remove delete_docs() from timing for indexing * Add support for website export * update website on push to benchmarks * add complete benchmarks results * new json format * removed NaN as is not a valid json token * versioning for docs * unsaved changes * cleaning * cleaning * Edit format of benchmarks data * update also jsons in v0.4.0 Co-authored-by: brandenchan <brandenchan@icloud.com> Co-authored-by: deepset <deepset@Crenolape.localdomain> Co-authored-by: Malte Pietsch <malte.pietsch@deepset.ai>
47 lines
821 B
CSS
47 lines
821 B
CSS
@import url("theme.css");
|
|
|
|
.wy-side-nav-search {
|
|
background-color: #59a5b7;
|
|
}
|
|
|
|
.wy-nav-content {
|
|
background-color: #eee;
|
|
}
|
|
|
|
.wy-menu h2 {
|
|
margin: 1em auto 0.3em 0.25em;
|
|
color: #bbb;
|
|
}
|
|
|
|
/* -- index page ------------------------------------------------------------ */
|
|
|
|
table.contentstable {
|
|
width: 90%;
|
|
}
|
|
|
|
table.contentstable p.biglink {
|
|
line-height: 150%;
|
|
}
|
|
|
|
a.biglink {
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
span.linkdescr {
|
|
font-style: italic;
|
|
padding-top: 5px;
|
|
font-size: 90%;
|
|
}
|
|
|
|
/* https://github.com/rtfd/sphinx_rtd_theme/pull/591/files and
|
|
https://github.com/rtfd/sphinx_rtd_theme/issues/590 */
|
|
|
|
.rst-content .section ol li p:last-child,
|
|
.rst-content .section ul li p:last-child {
|
|
margin-bottom: 24px !important;
|
|
}
|
|
|
|
ul.simple {
|
|
margin-bottom: 2ex !important; /* dirty but necessary hack */
|
|
}
|