Bagatur
e4e26a3b8e
infra: release permissions ( #193 )
2024-07-24 07:56:47 -07:00
Bagatur
7f82761813
Release 0.0.13 ( #192 )
2024-07-24 07:44:20 -07:00
Isaac Francisco
7e16b6daa6
tool benchmarking ( #190 )
...
Co-authored-by: Bagatur <baskaryan@gmail.com >
2024-07-24 07:00:33 -07:00
Eugene Yurtsev
22d279a25c
Update README.md ( #187 )
2024-04-19 10:19:19 -04:00
Eugene Yurtsev
357ada3867
Update README.md ( #186 )
2024-04-18 19:58:54 -04:00
Eugene Yurtsev
ab2d93ac6d
Update README.md ( #185 )
2024-04-18 13:48:51 -04:00
Eugene Yurtsev
53f727af64
Update README.md ( #184 )
2024-04-18 13:47:49 -04:00
Eugene Yurtsev
820af98418
Release 0.0.12 ( #183 )
2024-04-18 13:38:38 -04:00
Eugene Yurtsev
857f41882f
Update README.md ( #182 )
2024-04-18 11:33:45 -04:00
Eugene Yurtsev
381ada5cbe
Update benchmarks all notebook to use {question} instead of {input} ( #179 )
...
Update benchmarks all prompt
2024-04-18 11:28:21 -04:00
Eugene Yurtsev
32a532f269
Update README.md ( #181 )
2024-04-18 11:28:09 -04:00
Eugene Yurtsev
d0acf0ee26
Add security policy ( #180 )
...
Add security policy
2024-04-18 11:19:13 -04:00
Eugene Yurtsev
bec40d90ef
Remove old code ( #176 )
...
Remove old code
2024-04-18 11:16:42 -04:00
Eugene Yurtsev
c80e959b05
Simplify all tool usage notebooks ( #178 )
...
Simplify tool usage notebooks
2024-04-18 11:09:34 -04:00
Eugene Yurtsev
2007f68302
Update intro, remove adapter ( #177 )
...
Remove confusing adapter for agents. Agent template should just take {question} as the input.
Update intro and simplify it!
2024-04-18 10:47:46 -04:00
Eugene Yurtsev
aad9045bcb
remove tiny multiverse dataset from registry ( #175 )
...
Keep it for backwards compatibility but do not expose in task registry.
This dataset is probably more confusing to folks than helpful especially
since it it completely overlaps with the existing multiverse math
dataset. We should add another dataset that's later.
2024-04-18 09:31:03 -04:00
Eugene Yurtsev
3b86e9f0b5
Update benchmark all for agents ( #174 )
2024-04-18 09:23:19 -04:00
Eugene Yurtsev
c1c5585d3a
Fix list of env variables in benchmark all notebook ( #173 )
...
Fix list of env variables
2024-04-10 22:06:44 -04:00
ccurme
c45993617b
add tool calling benchmark notebook ( #171 )
...
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2024-04-10 22:03:19 -04:00
Eugene Yurtsev
d13b33e956
Update deps ( #170 )
...
Update deps
2024-04-10 09:47:14 -04:00
Eugene Yurtsev
20a4aee5c1
Add factory for regular tool using agents ( #169 )
...
add factory for regular tool using agents
---------
Co-authored-by: Chester Curme <chester.curme@gmail.com >
2024-04-10 09:27:32 -04:00
Eugene Yurtsev
4139ac8632
update model providers ( #168 )
...
* Update packages to be used with different providers
* Register Anthropic models
2024-04-09 17:44:02 -04:00
Eugene Yurtsev
89be01737d
update dependencies ( #167 )
...
Update dependencies
2024-04-09 17:17:25 -04:00
Bagatur
29e4e878a4
docs: add high cardinality links ( #166 )
2024-03-13 23:39:42 -07:00
Bagatur
ffc2832088
docs: include high cardinality ( #165 )
2024-03-13 23:09:07 -07:00
Bagatur
8b5feab7b2
Add high cardinality benchmark ( #164 )
2024-03-08 09:10:03 -08:00
Konjeti Maruthi
a805c985a6
Missing Word in comparing_techniques.ipynb ( #160 )
...
Fixing a missing word in
https://langchain-ai.github.io/langchain-benchmarks/notebooks/retrieval/comparing_techniques.html
The sentence after the heading is incomplete since I have added the word
`documents` which would complete the sentence.
Before changing:
<img width="527" alt="LangChainFix"
src="https://github.com/langchain-ai/langchain-benchmarks/assets/63769209/4859bbf0-19ae-4b87-830d-85f6242b9b61 ">
2024-02-16 15:23:11 -05:00
Eugene Yurtsev
c0ac497ed4
Update README.md to fix archived links ( #162 )
2024-02-06 12:35:26 -05:00
Leonid Ganeline
a0ea197b28
updated Makefile ( #153 )
...
Cleaned up `makefile`
2023-12-20 09:24:06 -05:00
Eugene Yurtsev
74b11de9ae
Update evaluators ( #157 )
...
Update to remove user warning
2023-12-19 17:30:24 -05:00
William FH
c2b70436e5
Add runnable agent factory ( #156 )
...
Not sure if it's "easier" but it involves less thinking about
benchmarking abstractions
2023-12-19 13:39:08 -08:00
Eugene Yurtsev
af9a9800e5
Register the new dataset ( #155 )
...
Register the new dataset
2023-12-19 15:01:38 -05:00
Eugene Yurtsev
e7bac2cbb8
Change multiverse math to multiverse math (tiny) and add another multiverse math set ( #154 )
...
* This PR adds a multiverse math consisting of 20 questions.
* Question about rounding has been removed to simplify evaluation.
2023-12-19 14:57:37 -05:00
Eugene Yurtsev
d595394243
Update Math Evaluator ( #152 )
...
Try another evaluator that ignores the question
2023-12-19 13:52:13 -05:00
William FH
27efb7b53c
Add Gemini ( #151 )
2023-12-18 20:27:59 -08:00
William FH
0c1fe17417
Add to toc ( #149 )
2023-12-18 18:10:41 -08:00
William FH
3f308e7ae4
Update Benchmark ( #148 )
...
- Ran all benchmarks again
- Add options to overwrite or archive existing test runs
- Updated some of the aggregation logic at the end
2023-12-18 17:29:03 -08:00
William FH
c85a17bac2
Include assistant factory in benchmark all ( #147 )
2023-12-18 13:42:36 -08:00
Eugene Yurtsev
a91672f619
Update notebooks ( #146 )
...
Update notebooks for tool usage
- Use task.get_eval_config()
- Add benchmark all to introduction
2023-12-18 12:03:20 -05:00
Eugene Yurtsev
81daa09d05
Update example in multiverse math ( #145 )
...
Update example
2023-12-18 11:19:40 -05:00
William FH
07be2e4555
OAI Assistant ( #144 )
...
Similar to our functions agent
2023-12-17 10:35:10 -08:00
Eugene Yurtsev
4a642d576a
Update openai function factory, update benchmark all ( #143 )
...
* Update open ai agent factory to be consistent with other factories.
* Update benchmark all to add anthropic sdk.
2023-12-15 09:44:05 -05:00
William FH
8ee7108302
Run w/o langsmith ( #137 )
2023-12-14 21:09:49 -08:00
William FH
a9461af96f
Parser Fix ( #142 )
...
Needs to be the tool parser not the functions parser
2023-12-14 21:09:38 -08:00
William FH
4d42a32342
🐶 ( #136 )
2023-12-14 21:07:42 -08:00
Eugene Yurtsev
21add2715b
Add anthropic agent based on tool user repo ( #139 )
...
For benchmarking, this is comparing against anthropic implementation.
2023-12-14 22:21:55 -05:00
William FH
3ded353c5a
Fix openai output parser used ( #138 )
2023-12-14 18:19:41 -08:00
William FH
b619226480
Add Anyscale Model ( #135 )
2023-12-14 15:32:16 -08:00
Eugene Yurtsev
612f9346c5
Update benchmark all notebook ( #134 )
...
Benchmark all
2023-12-14 16:33:07 -05:00
Eugene Yurtsev
90bec45008
Version 0.0.10 ( #133 )
...
Bump requirement on minimal langsmith client
2023-12-14 13:31:13 -05:00
Eugene Yurtsev
5157e30fe7
Update min langsmith client ( #132 )
...
Update min langsmith client
2023-12-14 13:29:57 -05:00
Eugene Yurtsev
eb2d9e2b63
Update notebooks, model registry and make release ( #131 )
...
see release notes
2023-12-14 13:25:13 -05:00
Eugene Yurtsev
09d214522f
Add version ( #130 )
...
Add __version__ and lint
2023-12-14 12:20:27 -05:00
Eugene Yurtsev
8798735ea4
Adds custom agents to the langchain benchmarking repo ( #120 )
...
* This PR adds code for running custom agents to the langchain
benchmarking repo.
* The agent code is good enough for experimentation / prototyping, but I
don't think it's good enough for the langchain repo:
-- The abstractions aren't fully implemented and aren't ready for
production use -- but OK for research
-- For production use, one may want to remove all the intermediate
abstractions to keep the agent as simple as possible
I was thinking initially of including this in a different repo, but I
think it's over-complicating things, probably OK to include some
reference implementations inside of langchain benchmarks.
2023-12-14 12:05:59 -05:00
William FH
7ed859c068
Add gemini mm examples ( #125 )
2023-12-13 17:07:22 -08:00
Eugene Yurtsev
417e6faccf
Update fireworks models ( #128 )
...
Update fireworks models
2023-12-13 15:31:15 -05:00
Eugene Yurtsev
aeae13ba63
remove with_rate_limit from public api ( #127 )
...
Because it's not a runnable binding it breaks things like .bind etc,
let's use
it internally but not expose to users
2023-12-13 15:30:53 -05:00
Eugene Yurtsev
825d8ec9bb
Add __contains__ to model registry ( #126 )
...
Code is already using `in` checks but they will fail since __contains__
isn't defined correctly
2023-12-13 15:24:34 -05:00
Eugene Yurtsev
44a5c3530a
Bump ruff fix up first party identity for import sorting ( #124 )
...
Minor change to bump ruff and fix up config
2023-12-13 13:51:17 -05:00
Eugene Yurtsev
14de11a420
Add rate limiter ( #121 )
...
This PR adds a simple rate limiter based on a token bucket.
I would love to extend RunnableBinding with this, we just need to make
sure there's no funny async vs. threading business.
This should be sufficient for benchmarking for now.
2023-12-13 13:12:21 -05:00
Lance Martin
b15620ee9c
Minor clean, add Mixtral ( #123 )
2023-12-13 07:59:12 -08:00
Lance Martin
13e7f2df0a
Add semi-structured eval ( #83 )
...
1/ Create datasets for semi-structured eval
2/ Benchmark several methods
2023-12-12 14:04:31 -08:00
Eugene Yurtsev
888fce5060
Release 0.0.8 ( #122 )
...
See release notes
2023-12-12 11:39:05 -05:00
Eugene Yurtsev
148a3e4f89
Benchmark all tool usage notebook ( #118 )
...
* This PR adds a notebook that benchmarks all tool usage tasks.
To make it easier to work with task registry:
* Add `type` property to tasks.
* Add __iter__ and __len__ and support for slices in __item__ for task
registry.
2023-12-11 22:49:46 -05:00
Eugene Yurtsev
0e10f3227f
Add gpt-4 models ( #117 )
...
Register gpt-4 models
2023-12-11 22:11:40 -05:00
William FH
b0667043ea
Move mixtral models ( #115 )
2023-12-11 16:04:13 -08:00
William FH
bd5eac5abd
Add mixtral tool use examples ( #114 )
2023-12-11 14:40:02 -08:00
William FH
dbb85200ac
Update evaluator ( #113 )
2023-12-11 09:52:13 -08:00
Eugene Yurtsev
c1023a14b8
Tool Tasks: Add eval params to task definition ( #112 )
...
This will make it easier to treat all tasks uniformly.
2023-12-11 09:52:02 -08:00
Eugene Yurtsev
8899acc989
Update model registry ( #111 )
...
* Add more models
* Fix path to language models
* Notebook instantiates some of the models to test that it works
2023-12-08 22:52:02 -05:00
Eugene Yurtsev
c0e7f51626
Add Model Registry ( #110 )
...
Add a model registry to make it easier to iterate through models for
bench-marking purposes
2023-12-08 12:09:10 -05:00
Eugene Yurtsev
9f827eaca5
Update README.md ( #108 )
2023-12-07 13:38:25 -05:00
Eugene Yurtsev
d9fc08b05c
Update README.md ( #107 )
2023-12-07 13:34:55 -05:00
Lance Martin
8a5ba6d575
Minor cleanup to multi-modal embeddings docs ( #105 )
2023-12-05 13:40:42 -08:00
William FH
8204930f2b
0.0.7 ( #104 )
...
Adds the multimodal benchmark.
2023-12-05 13:14:44 -08:00
Lance Martin
013fe6a153
Multi modal RAG benchmark ( #101 )
...
* Example notebooks for eval of multi-modal RAG w/ mm-embd and
mv-retriever vs baseline top-k RAG
---------
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2023-12-05 12:04:01 -08:00
William FH
01ffffd04c
Update Chat Extraction Notebook ( #102 )
2023-12-03 18:28:51 -08:00
William FH
4ddbbc0ff8
Add Archived ( #53 )
...
Moves the other tasks to the archive
2023-12-01 10:56:44 -08:00
William FH
5ffdbb5c4c
Add chat categorization dataset ( #98 )
...
This task is meant to test a couple things:
1. Classification -> both on common things where it is expected to
perform well (e.g., sentiment, toxicity -> which currently is always 0)
2. Structured json output -> the schema is nested, which confused some
of the smaller 7b models i tested out but works fine for llama 32b code
instruct (and OAI/anthropic)
Includes a couple common things like enums.
2023-12-01 10:17:50 -08:00
Eugene Yurtsev
30530883d4
Release 0.0.5 ( #100 )
...
Release
2023-12-01 10:40:03 -05:00
Eugene Yurtsev
9284a7c4f4
Make it easier to test non standard agents ( #99 )
...
Make it easier to test an agent which isn't built from an agent executor
2023-12-01 10:33:51 -05:00
Eugene Yurtsev
646aaab6c1
Clean up notebooks, and trim cells ( #97 )
...
* Cleans up accidental cell commit in relational data
* Trim dataframes (they don't render well in sphinx docs)
* Full dataframes have been included with remove-cell tag which will
show them
only in the source notebook
2023-11-29 17:58:07 -05:00
Eugene Yurtsev
d61eaf683d
Version 0.0.4 ( #96 )
...
Version 0.0.4
2023-11-29 17:31:40 -05:00
Eugene Yurtsev
4a528670f6
Added benchmarks to typerwriter 1, multiverse, relational data, update evaluators ( #92 )
...
* Added benchmarks to typerwriter 1, multiverse, relational data
* Updated the evaluator to be more configurable; it'll grade the
multiverse math correctly now + allow skipping grading `output` for
typewriter tasks
* Fixed examples in a dataset (updated them already in the public
dataset)
2023-11-29 17:29:23 -05:00
William FH
d6addec366
Add more comparisons ( #95 )
2023-11-28 15:46:32 -08:00
William FH
314627635b
0.0.3 ( #94 )
2023-11-28 15:31:14 -08:00
William FH
6c3dcb6c11
Limit Retries in OpenAI ( #93 )
2023-11-28 15:24:49 -08:00
William FH
f912841118
Extraction Update ( #91 )
2023-11-28 11:20:35 -08:00
Eugene Yurtsev
55ea29817c
Fix dataset example for multiverse math ( #90 )
...
Fix dataset example for multiverse math
2023-11-28 14:01:15 -05:00
Eugene Yurtsev
9e911d1d3e
Tool Usage updates ( #89 )
...
* Update documentation to show how to create an agent factory in intro
* Update relational data documentation to add markdown tables
* in relational data evaluate with a few different open ai models
* Relational data notebook seems to hang for me during eval right now --
we need to trace what's going on
* Updated poetry lock file to be on most recent versions of langchain
and langmsith and also avoid yanked versions of two of jupyter lab deps
2023-11-28 13:27:29 -05:00
Eugene Yurtsev
cc30612d12
Make output optional too ( #82 )
...
Make it optional to evaluate `output` for correctness -- usefulf or
agents that do not have a useful output
---------
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2023-11-22 14:41:13 -08:00
William FH
c6b6181302
Wfh/descriptive names ( #79 )
2023-11-22 11:53:57 -08:00
William FH
8f4321c06b
Improve Prefix for key hint ( #72 )
2023-11-22 11:51:40 -08:00
Eugene Yurtsev
5b153a64ce
Version 0.0.2 ( #81 )
2023-11-22 14:45:03 -05:00
Eugene Yurtsev
bd2123f4a8
Minor documentation fixes ( #80 )
...
Minor fixes
2023-11-22 14:42:41 -05:00
Eugene Yurtsev
a585ad7e93
Update standard agent evaluator + update notebooks ( #78 )
...
This updates the standard agent evaluator to use order_matters
2023-11-22 14:33:26 -05:00
Eugene Yurtsev
30aa706d9c
Add colab links ( #77 )
...
Add colab links
---------
Co-authored-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com >
2023-11-22 11:04:10 -08:00
Eugene Yurtsev
99a54c49e5
Tool usage docs ( #76 )
...
Update introduction doc
2023-11-22 11:38:28 -05:00
Eugene Yurtsev
d7ae76cf66
Rename intros ( #75 )
...
Minor change to rename notebooks to say Introduction
2023-11-22 10:16:26 -05:00
William FH
d8d63cbc4c
Device 0 default ( #73 )
...
Faster for notebooks, etc.
2023-11-22 05:17:12 -08:00
William FH
22b83afb72
update link ( #71 )
2023-11-22 04:48:56 -08:00
William FH
e6fd329869
Add links, update ( #70 )
...
- dataset page had a now broken link
- add collab links
- fix pip install command
2023-11-21 22:38:43 -08:00
William FH
ca14a4ef3b
Wfh/rerun notebooks ( #69 )
...
Add links to the notebooks
2023-11-21 19:26:19 -08:00
Eugene Yurtsev
97b2c28d09
Relax langchain constraints ( #68 )
...
Relaxed constraints
2023-11-21 19:25:50 -08:00
Eugene Yurtsev
1130f60d40
Add badges to README ( #67 )
...
Add badges
2023-11-21 22:05:42 -05:00
Eugene Yurtsev
b7dcec1773
Add MIT license ( #66 )
...
Add MIT license
2023-11-21 22:04:25 -05:00
William FH
7fca17e14d
Update repo structure in readme ( #65 )
...
Add note about repo structure
2023-11-21 18:46:37 -08:00
William FH
bb7a461a57
Wfh/update name ( #64 )
...
- Update the semistructured name to be "reports"
- Fixup some caching logic for semi-structured
2023-11-21 18:37:27 -08:00
William FH
5edf648440
Update extraction dataset ( #63 )
2023-11-21 17:41:24 -08:00
William FH
bb484906d2
Add docs link ( #62 )
2023-11-21 16:22:20 -08:00
William FH
a1e774ea7a
Agent Intros ( #61 )
2023-11-21 16:20:22 -08:00
William FH
ed357c9924
Add extraction intro ( #60 )
...
Add intro doc for tools, reshuffles some things.
2023-11-21 16:07:47 -08:00
William FH
c1b0cf9851
Add retrieval intro; Add links ( #59 )
...
- Adds links so you can more easily click and navigate
- Adds intro describing rag task and schema
2023-11-21 15:25:09 -08:00
William FH
32ae959be5
Change schema for semi-structured ( #58 )
2023-11-21 14:34:06 -08:00
Eugene Yurtsev
a5caa1c13a
Another toc update ( #57 )
...
Update toc
2023-11-21 17:22:22 -05:00
William FH
eb5e761a33
Update notebooks ( #47 )
2023-11-21 14:17:19 -08:00
William FH
ae5064fe94
Add Quick Start ( #52 )
...
Gonna have to rewrite a lot when I refactor the other docs
2023-11-21 14:17:07 -08:00
Eugene Yurtsev
9b6c0c6d39
Update notebooks toc ( #56 )
...
Update toc
2023-11-21 17:15:47 -05:00
Eugene Yurtsev
dd9cf5e69a
Move RAG unit tests ( #55 )
...
Move to unit tests dir
2023-11-21 17:01:53 -05:00
Eugene Yurtsev
a9bf422a15
Check public datasets exist ( #54 )
...
Check public datasets exist
2023-11-21 16:58:44 -05:00
Eugene Yurtsev
37be748aa7
More tool usage updates ( #51 )
...
More tool usage updates
2023-11-21 16:33:53 -05:00
William FH
ca845ca821
Make the example explicit ( #49 )
...
For the unstructured config
2023-11-21 13:29:12 -08:00
William FH
dfc6c57347
Switch to api ( #50 )
...
Supposedly the cloud armor rule will be removed as well but keeping the
placeholder for now
2023-11-21 13:28:51 -08:00
Eugene Yurtsev
b59722eda4
Add multiverse math notebook, update dataset id ( #48 )
...
Add notebook and update id
2023-11-21 15:02:36 -05:00
Eugene Yurtsev
7253b433a3
Add datasets for tool usage tasks ( #46 )
...
Add datasets
2023-11-21 13:19:39 -05:00
William FH
fd0203c7b8
Add filter option ( #45 )
...
Default list is long now. This would let you do something like
```
registry.filter(Type="RetrievalTask")
```
2023-11-21 09:48:53 -08:00
William FH
b3aee9d5a2
Add RAG tasks ( #43 )
...
Still need to tidy up notebooks but rest is OK for now
---------
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2023-11-21 08:46:09 -08:00
Eugene Yurtsev
d99756a91f
Bump dependencies for doc building ( #44 )
...
Bump deps
2023-11-21 11:38:57 -05:00
Eugene Yurtsev
029866786d
Update lock file ( #42 )
...
Update lock file
2023-11-21 10:52:32 -05:00
Eugene Yurtsev
12e03473b0
Update notebook for extraction ( #41 )
...
Update extraciton notebook
2023-11-21 10:39:38 -05:00
Eugene Yurtsev
e07ac06b30
Add more extraction code ( #37 )
...
Add more extraction code
2023-11-21 09:38:14 -05:00
Eugene Yurtsev
c3504851da
Update langchain, relax requirements for deps ( #40 )
...
* Relax requirement for deps
* Bump langchain
* Bump langsmith
2023-11-21 09:37:52 -05:00
Eugene Yurtsev
abde07e167
Update doc build ( #39 )
...
Update doc build to use README.md and add toc with all notebooks added by default.
2023-11-20 21:51:12 -05:00
Eugene Yurtsev
3b0e6e1d61
Fix typo in workflow to publish docs ( #36 )
...
Publish docs
2023-11-20 16:23:04 -05:00
Eugene Yurtsev
e6ddfbf892
Create doc publish workflow ( #35 )
...
Add workflow for publishing docs
2023-11-20 16:19:04 -05:00
Eugene Yurtsev
50624008bb
Expand CI to also build sphinx docs ( #34 )
...
Adding a step to the ci tester to try to build sphinx docs
2023-11-20 16:13:37 -05:00
Eugene Yurtsev
3d731bf937
Restore tasks namespace, create agent factory ( #33 )
...
Create an agent factory for evaluating tool usage tasks
2023-11-20 15:50:53 -05:00
Eugene Yurtsev
0989f96d2d
Remove ID that doens't exist ( #31 )
...
x
2023-11-20 14:30:36 -05:00
Eugene Yurtsev
0abb4f00b9
Refactor to remove ID from task, move task definitions out of registry.py ( #30 )
...
Refactor to remove ID from task, move task definitions out of registry.py (#30 )
2023-11-20 14:28:06 -05:00
Eugene Yurtsev
f79d7972bf
Add extraction task ( #29 )
...
Add extraction task
2023-11-20 14:03:49 -05:00
Eugene Yurtsev
5f2ce54b40
Add additional tasks, re-org repo a bit ( #26 )
...
* Push registry to top level
* Rename environments to tasks
* Tool usage tasks can create an environment; an environment can be associated with a state that can be read
* Add additional tasks
2023-11-20 11:30:26 -05:00
Eugene Yurtsev
65aeb987b0
Add registry object, add eval notebook ( #25 )
...
Add registry object
Add eval notebook
2023-11-17 17:27:01 -05:00
Eugene Yurtsev
d9582803f8
Update description ( #24 )
...
Important
2023-11-16 15:10:00 -08:00
Eugene Yurtsev
f80989adb1
Add datasets notebook ( #23 )
...
Add datasets notebook
2023-11-16 16:47:53 -05:00
Eugene Yurtsev
d58e43eed3
x ( #22 )
2023-11-16 16:38:56 -05:00
Eugene Yurtsev
ca0eb25694
Scaffold for sphinx docs ( #21 )
...
Add docs scaffolding
2023-11-16 16:17:45 -05:00