Skip to content

Comments

Feature/fast api#12

Merged
MarcinZ20 merged 3 commits intodevelopmentfrom
feature/fast-api
Apr 5, 2025
Merged

Feature/fast api#12
MarcinZ20 merged 3 commits intodevelopmentfrom
feature/fast-api

Conversation

@MarcinZ20
Copy link
Owner

Summary

api-service can now communicate with ai-service which will be responsible for performing analysis on the given data.

Closes #7 #2 #3

What was done:

1. Created fastapi service with specified endpoints.
2. Created dummy processing function for testing purposes
after making a request to `localhost:8080/api/v1/search`, server passes
the data to ai-service, which sends back the dummy data
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 11 out of 13 changed files in this pull request and generated 1 comment.

Files not reviewed (2)
  • backend/ai-service/.gitignore: Language not supported
  • backend/api-service/go.mod: Language not supported
Comments suppressed due to low confidence (1)

backend/ai-service/processing/processing.py:5

  • Consider using 'if data is None:' for a more idiomatic and reliable None check in Python.
if data == None:

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@MarcinZ20 MarcinZ20 merged commit b1068be into development Apr 5, 2025
2 checks passed
@MarcinZ20 MarcinZ20 deleted the feature/fast-api branch April 5, 2025 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Connect golang api-service with fastapi ai-service Create dummy processing function Create FastApi service

1 participant