semantic-search icon indicating copy to clipboard operation
semantic-search copied to clipboard

A simple semantic search engine for scientific papers.

Results 11 semantic-search issues
Sort by recently updated
recently updated
newest added

The [Uvicorn](https://www.uvicorn.org/settings/) server needs extra parameters when not being accessed locally: - `--host 0.0.0.0` (otherwise its only accessibly via loopback) - `--port 8000` (default anyway)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0-beta.2 What's Changed not adding -n if empty to do-upload command by @​dana-yaish in codecov/codecov-action#1085 4.0.0-beta.2 by @​thomasrockhu-codecov...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies
github_actions

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0. Release notes Sourced from actions/setup-python's releases. v4.1.0 In scope of this pull request we updated actions/cache package as the new version contains fixes for...

dependencies
github_actions

Update: This may be because the machine / driver we are using is busted....

It would be aid development to have a domain`main.semanticsearch.baderlab.org` so we could test it without having to spin up a local instance all the time (e.g. in factoid).

# Overview I think this allows users to pass in a file path for an already existing index on their drive. I tried testing it by having the program write...

Hey @JohnGiorgi, I've been bombarding semantic search with a lot of weird scenarios of inputs. I also sent a request for 30+ documents and it seems to work fine (which...

Provide a parameter that allows you to overwrite the index for the current request only. This can be used for monitoring / health check, but also for updating information in...