Skip to content

Commit

Permalink
chore: run formatters and linters
Browse files Browse the repository at this point in the history
  • Loading branch information
parambharat committed Apr 24, 2024
1 parent 20994b3 commit c92f91c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/wandbot/evaluation/eval/async_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
import aiofiles
import httpx
import pandas as pd
import wandb
from llama_index.llms.openai import OpenAI
from tenacity import retry, stop_after_attempt, wait_random_exponential
from tqdm import tqdm

import wandb
from wandbot.evaluation.config import EvalConfig
from wandbot.evaluation.eval.correctness import (
CORRECTNESS_EVAL_TEMPLATE,
Expand Down
1 change: 1 addition & 0 deletions src/wandbot/rag/retrieval.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from langchain.retrievers.document_compressors import CohereRerank
from langchain_core.documents import Document
from langchain_core.runnables import Runnable, RunnablePassthrough

from wandbot.rag.utils import get_web_contexts
from wandbot.retriever.base import VectorStore
from wandbot.retriever.web_search import YouSearch, YouSearchConfig
Expand Down

0 comments on commit c92f91c

Please sign in to comment.