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

feat: async sync and pinecone methods #487

Merged
merged 7 commits into from
Dec 23, 2024

chore: lint

9915053
Select commit
Loading
Failed to load commit list.
Merged

feat: async sync and pinecone methods #487

chore: lint
9915053
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 23, 2024 in 0s

74.28% of diff hit (target 73.74%)

View this Pull Request on Codecov

74.28% of diff hit (target 73.74%)

Annotations

Check warning on line 59 in semantic_router/index/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/base.py#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 92 in semantic_router/index/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/base.py#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 137 in semantic_router/index/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/base.py#L136-L137

Added lines #L136 - L137 were not covered by tests

Check warning on line 264 in semantic_router/index/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/base.py#L263-L264

Added lines #L263 - L264 were not covered by tests

Check warning on line 298 in semantic_router/index/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/base.py#L298

Added line #L298 was not covered by tests

Check warning on line 314 in semantic_router/index/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/base.py#L314

Added line #L314 was not covered by tests

Check warning on line 337 in semantic_router/index/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/base.py#L337

Added line #L337 was not covered by tests

Check warning on line 363 in semantic_router/index/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/base.py#L363

Added line #L363 was not covered by tests

Check warning on line 246 in semantic_router/index/pinecone.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/pinecone.py#L245-L246

Added lines #L245 - L246 were not covered by tests

Check warning on line 248 in semantic_router/index/pinecone.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/pinecone.py#L248

Added line #L248 was not covered by tests

Check warning on line 309 in semantic_router/index/pinecone.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/pinecone.py#L302-L309

Added lines #L302 - L309 were not covered by tests

Check warning on line 330 in semantic_router/index/pinecone.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/pinecone.py#L328-L330

Added lines #L328 - L330 were not covered by tests

Check warning on line 366 in semantic_router/index/pinecone.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/pinecone.py#L364-L366

Added lines #L364 - L366 were not covered by tests

Check warning on line 550 in semantic_router/index/pinecone.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/pinecone.py#L550

Added line #L550 was not covered by tests

Check warning on line 552 in semantic_router/index/pinecone.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/pinecone.py#L552

Added line #L552 was not covered by tests

Check warning on line 661 in semantic_router/index/pinecone.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/pinecone.py#L661

Added line #L661 was not covered by tests

Check warning on line 665 in semantic_router/index/pinecone.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/pinecone.py#L665

Added line #L665 was not covered by tests

Check warning on line 669 in semantic_router/index/pinecone.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/index/pinecone.py#L669

Added line #L669 was not covered by tests

Check warning on line 611 in semantic_router/routers/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/routers/base.py#L609-L611

Added lines #L609 - L611 were not covered by tests

Check warning on line 667 in semantic_router/routers/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/routers/base.py#L665-L667

Added lines #L665 - L667 were not covered by tests

Check warning on line 724 in semantic_router/routers/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/routers/base.py#L723-L724

Added lines #L723 - L724 were not covered by tests

Check warning on line 735 in semantic_router/routers/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/routers/base.py#L735

Added line #L735 was not covered by tests

Check warning on line 863 in semantic_router/routers/base.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

semantic_router/routers/base.py#L862-L863

Added lines #L862 - L863 were not covered by tests