Skip to content
Snippets Groups Projects
Commit 999a4aca authored by James Vasile's avatar James Vasile
Browse files

Merge branch '57-update-setup-documentation' into 'main'

Update setup documentation

Closes #57

See merge request !55
parents 108baeb6 177aebb9
No related branches found
No related tags found
1 merge request!55Update setup documentation
......@@ -11,8 +11,8 @@ able to adapt the results for use with other LLMs as we progress.
Documentation for this repository is in this README and throughout the code and
the files that make up the project. The best starting point is the `mkdocs`
documentation, which you can see by running `mkdocs serve`. You might need to
install `mkdocs` via `pip`, `pipx`, `apt` or the like.
documentation, which you can see by running `mkdocs serve`.
Please refer to `./requirements.txt` for the necessary mkdocs packages to install.
If you do `make run`, you will get a live instance that has two documentation
endpoints:
......
......@@ -208,7 +208,7 @@ class FilterSetRequest(BaseModel):
prompt: str | None = None
query: str
filters: JSONDict | None = []
filters: JSONDict | None = {}
required: List[str] = []
......@@ -268,7 +268,7 @@ async def filterset(
query: str = "Proposals related to water scarcity in Africa"
filters: Dict[str, List[str]] = {
"competition": ["FundingTheFuture2024", "IteratingOnThePast2024"],
"rankPercentile": ["95-100"],
"rankPercentile": ["95-100"]
}
keywords: list[str] = ["bob", "lob", "law"]
id: str = "c001ba5c001ba5c001ba5eeec001ba5e" // An id for caching and recall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment