Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish search API, frontend and backend #28

Merged
merged 30 commits into from
Oct 2, 2024
Merged

Conversation

rbs333
Copy link
Contributor

@rbs333 rbs333 commented Jul 19, 2024

No description provided.

"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: FastAPI",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do like checking in launch scripts in case people need help setting a debuger

Copy link
Collaborator

@tylerhutcherson tylerhutcherson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking really good. It's there!! I just left a few style / naming comments for you to consider. Really well done.

.github/workflows/run_tests.yml Outdated Show resolved Hide resolved
.github/workflows/run_tests.yml Outdated Show resolved Hide resolved
@@ -1,11 +1,12 @@

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the rest of this Readme up to date with instructions to run the service?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is now.

backend/arxivsearch/api/routes/papers.py Outdated Show resolved Hide resolved
backend/arxivsearch/api/routes/papers.py Outdated Show resolved Hide resolved
backend/arxivsearch/api/routes/papers.py Show resolved Hide resolved
backend/arxivsearch/db/load.py Show resolved Hide resolved
backend/arxivsearch/db/redis_helpers.py Outdated Show resolved Hide resolved
backend/arxivsearch/main.py Outdated Show resolved Hide resolved
backend/arxivsearch/schema/similarity.py Outdated Show resolved Hide resolved
@@ -2,13 +2,18 @@ version: '3.9'

services:
backend:
image: ghcr.io/redisventures/redis-arxiv-search:latest
# image: ghcr.io/redisventures/redis-arxiv-search:latest
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tylerhutcherson I think the local should actually build from src instead of pulling but we can talk about this

@tylerhutcherson tylerhutcherson changed the title Feat/raae 8/project updates Polish search API, frontend and backend Jul 25, 2024
@rbs333 rbs333 merged commit 0fa0d9f into main Oct 2, 2024
1 check passed
@rbs333 rbs333 deleted the feat/RAAE-8/project-updates branch October 2, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants