Skip to content

Commit

Permalink
Add Github templates and fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Jan 16, 2024
1 parent a93ec58 commit d29b22c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Describe the issue

<!---
Add a concise description of the issue.
-->

7 changes: 7 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# What does this PR do?

<!---
Add a concise description of what issue this PR solves below:
-->

Fixes
3 changes: 0 additions & 3 deletions service/vector_database.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import pinecone

from abc import ABC, abstractmethod
from typing import Any, List, Type
from decouple import config
from numpy import ndarray
from litellm import embedding
from qdrant_client import QdrantClient
from qdrant_client.http import models as rest
Expand Down

0 comments on commit d29b22c

Please sign in to comment.