Deployed 489b9d1 with MkDocs version: 1.3.0
This commit is contained in:
parent
f5267b5a06
commit
f673e05f40
41 changed files with 9356 additions and 5 deletions
1925
examples/scibert/views/match/index.html
Normal file
1925
examples/scibert/views/match/index.html
Normal file
File diff suppressed because one or more lines are too long
6
examples/scibert/views/match/match.py
Normal file
6
examples/scibert/views/match/match.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Match(BaseModel):
|
||||
phrase: str
|
||||
score: float
|
||||
Loading…
Add table
Add a link
Reference in a new issue