Skip to content

Refactor tests to be in centralized folder with specific documentation - #54

Open
aziz-bouziri wants to merge 8 commits into
mainfrom
fix/cleanup-test-structure
Open

Refactor tests to be in centralized folder with specific documentation#54
aziz-bouziri wants to merge 8 commits into
mainfrom
fix/cleanup-test-structure

Conversation

@aziz-bouziri

Copy link
Copy Markdown
Collaborator

…ns and cleanup old directories and unneeded scripts

Description

Refactor tests to be in centralized folder with specific documentation
Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix
  • New feature
  • This change requires a documentation update
  • Refactor (code cleanup, performance improvements, etc.)

aziz-bouziri and others added 8 commits January 21, 2026 19:06
…ns and cleanup old directories and unneeded scripts
This commit implements the following changes:
- Changes all invocation of tools to direct function invocations; we are not using them as tools, so direct invocation makes more sense
- Calling of asyncio.run in a coroutine in Embeddings.py:48 caused an error; Propagated asyncness to all calling functions to fix
- The openai embeddings call did not work, I replaced it with Pydantic AI functions and updated dependencies accordingly
This commit implements the following changes:
- Changes all invocation of tools to direct function invocations; we are not using them as tools, so direct invocation makes more sense
- Calling of asyncio.run in a coroutine in Embeddings.py:48 caused an error; Propagated asyncness to all calling functions to fix
- The openai embeddings call did not work, I replaced it with Pydantic AI functions and updated dependencies accordingly
…ns and cleanup old directories and unneeded scripts
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.

3 participants