Improve docstrings
This commit is contained in:
parent
eb143917be
commit
0dd5b6e8f4
8 changed files with 44 additions and 10 deletions
|
|
@ -47,6 +47,10 @@ class GreatAI(Generic[T, V]):
|
|||
Provides caching (with argument freezing), a TracingContext during execution, the
|
||||
scaffolding of HTTP endpoints using FastAPI and a dashboard using Dash.
|
||||
|
||||
IMPORTANT: when a request is served from cache, no new trace is created. Thus, the
|
||||
same trace can be returned multiple times. If this is undesirable turn off caching
|
||||
using `configure(prediction_cache_size=0)`.
|
||||
|
||||
Supports wrapping async and synchronous functions while also maintaining correct
|
||||
typing.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue