Semantic-Search / app.py
saritha5's picture
Create app.py
0d178f3
raw
history blame
174 Bytes
import pandas as pd
import tiktoken
import os
import openai
from openai.embeddings_utils import get_embedding, cosine_similarity
import numpy as np
import streamlit as st