Commit History

Correct issue caused by modifications for the Swagger UI experience.
fb981e8
Running

mwalker22 commited on

Merge pull request #16 from mwalker-tmd/feature/hf-deployment
e53c43a
unverified

mwalker22 commited on

Remove hardcoded VITE_API_URL.
7c2ff89

mwalker22 commited on

Merge pull request #15 from mwalker-tmd/feature/hf-deployment
4886ef5
unverified

mwalker22 commited on

Add environment file with the production VITE_API_URL. This is required at the frontend's build time in order to avoid CORS errors.
6a632f9

mwalker22 commited on

Merge pull request #14 from mwalker-tmd/feature/hf-deployment
69a8aa7
unverified

mwalker22 commited on

Diagnostic message for determining VITE API URL value.
11ad432

mwalker22 commited on

Merge pull request #13 from mwalker-tmd/feature/hf-deployment
38a647d
unverified

mwalker22 commited on

Diagnostic changes to identify CORS errors on production deploymment.
dbc4c37

mwalker22 commited on

1) Diagnostic changes to identify CORS errors on production deploymment; 2) Changes to improve UX on the Swagger UI page.
b5ac515

mwalker22 commited on

Merge pull request #12 from mwalker-tmd/feature/hf-deployment
44bcf58
unverified

mwalker22 commited on

Update backend/main.py
7619cb4
unverified

mwalker22 Copilot commited on

Corrected ALLOW_ORIGINS environment variable processing for CORS security.
3e3ccf3

mwalker22 commited on

Merge pull request #11 from mwalker-tmd/feature/hf-deployment
439a398
unverified

mwalker22 commited on

Update pyproject.toml
92a9500
unverified

mwalker22 Copilot commited on

Correct version limit for sentence-transformers. With this change HuggingFace should be able to connect to the fine-tuned model.
1fc8e44

mwalker22 commited on

Resolve README.md merge conflict for dev space
0b883dc

mwalker22 commited on

initial commit
b8c41bb
verified

mwalker22 commited on

Merge Hugging Face space configuration with project documentation
5302370

mwalker22 commited on

Merge pull request #10 from mwalker-tmd/internal/deployment
6f3b6da
unverified

mwalker22 commited on

Changes required to successfully deploy the application to a local docker image.
9ee9564

mwalker22 commited on

Initial deployment pipeline setup.
9a56164

mwalker22 commited on

initial commit
49c3991
verified

mwalker22 commited on

Merge pull request #9 from mwalker-tmd/internal/logger-api
1dbea95
unverified

mwalker22 commited on

PR Requested change for improving the processing and testing of potential JSON errors.
b31021c

mwalker22 commited on

Replace the debug_print function and environment variable dependency with a logger implementation. Logging level is now controlled via an API.
5f64962

mwalker22 commited on

Merge pull request #8 from mwalker-tmd/internal/ragas-eval-tuning
688f025
unverified

mwalker22 commited on

Fine-Tuning notebook after runnning it via Colab.
27d8bc2

mwalker22 commited on

internal: Add RAGAS evaluation and Colab fine-tuning support
21b1ed6

mwalker22 commited on

Merge pull request #7 from mwalker-tmd/feature/golf-agent-ui
7fc0ba7
unverified

mwalker22 commited on

Corrections requested in a review of PR #7: 1) Fix typo in pyproject.toml; 2) Replaced use of an eval stmatement which is a security risk, with json.loads().
682e437

mwalker22 commited on

Update backend/.env.template
2ea4a03
unverified

mwalker22 Copilot commited on

Merge pull request #6 from mwalker-tmd/internal/populate-vectorstore
234e07a
unverified

mwalker22 commited on

Update notebooks/02_Retrieve_and_Test_Recommendations_MultiModel.ipynb
eb46ecf
unverified

mwalker22 Copilot commited on

Update pyproject.toml
9473f84
unverified

mwalker22 Copilot commited on

feat: Add golf shot recommendations with semantic search
8df9d3b

mwalker22 commited on

Created notebooks for populating the vector store with actual shot data collected by a launch monitor, then verifying that population. The embedding model used by the notebooks is configurable (three are included).
17557b7

mwalker22 commited on

feat: Implement a Qdrant vector store using GTE-small embeddings. Initialized it with golf shot data collected over time.
d9897c8

mwalker22 commited on

Merge pull request #5 from mwalker-tmd/feature/golf-agent-ui
0804d9f
unverified

mwalker22 commited on

Merge pull request #4 from mwalker-tmd/feature/lang-graph-agent
4e4ccf4
unverified

mwalker22 commited on

feat: implement golf agent UI with backend integration
589384b

mwalker22 commited on

Replaced default Agent_Executor with a LangGraph graph.
839526b

mwalker22 commited on

Merge pull request #3 from mwalker-tmd/feature/05-AdvBuild-backend
5dc3079
unverified

mwalker22 commited on

Created unit tests for the get_pro_stats_tool.
ba67ac0

mwalker22 commited on

Implementation of the get_pro_stats_tool using a
7573954

mwalker22 commited on

Merge pull request #2 from mwalker-tmd/feature/05-AdvBuild-backend
06623ad
unverified

mwalker22 commited on

Created unit tests for the course_insights_tool. Added a debug function to assist in debugging manual API testing. Modified code to ensure some data is returned when a course is found.
5a9231d

mwalker22 commited on

Initial implementation of the course_insights_tool. It uses the GolfCourseAPI (api.golfcourseapi.com).
d919858

mwalker22 commited on

Merge pull request #1 from mwalker-tmd/feature/05-AdvBuild-backend
53960b4
unverified

mwalker22 commited on

Implementation of the seach_golfpedia_tool using the tavily.search(...) function. NOTE: This also includes pytest unit tests for the tool.
5150a1c

mwalker22 commited on