mirror of
https://github.com/pinecone-io/examples.git
synced 2023-10-11 20:04:54 +03:00
update filename and link
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"id": "SMFUgtvbFeLQ"
|
||||
},
|
||||
"source": [
|
||||
"[](https://colab.research.google.com/github/pinecone-io/examples/blob/master/docs/gen-qa-openai-fast.ipynb) [](https://nbviewer.org/github/pinecone-io/examples/blob/master/docs/gen-qa-openai-fast.ipynb)"
|
||||
"[](https://colab.research.google.com/github/pinecone-io/examples/blob/master/docs/gen-qa-openai.ipynb) [](https://nbviewer.org/github/pinecone-io/examples/blob/master/docs/gen-qa-openai.ipynb)"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -21,8 +21,6 @@
|
||||
"\n",
|
||||
"#### Fixing LLMs that Hallucinate\n",
|
||||
"\n",
|
||||
"[](https://colab.research.google.com/github/pinecone-io/examples/blob/master/docs/gen-qa-openai-fast.ipynb)\n",
|
||||
"\n",
|
||||
"In this notebook we will learn how to query relevant contexts to our queries from Pinecone, and pass these to a generative OpenAI model to generate an answer backed by real data sources. Required installs for this notebook are:"
|
||||
]
|
||||
},
|
||||
@@ -80,7 +78,7 @@
|
||||
"\n",
|
||||
"There are many options for creating these dense vectors, like open source [sentence transformers](https://pinecone.io/learn/nlp/) or OpenAI's [ada-002 model](https://youtu.be/ocxq84ocYi0). We will use OpenAI's offering in this example.\n",
|
||||
"\n",
|
||||
"We have already precomputed the embeddings here to speed things up. If you'd like to work through the full process however, check out [this notebook](https://colab.research.google.com/github/pinecone-io/examples/blob/master/docs/gen-qa-openai-fast.ipynb).\n",
|
||||
"We have already precomputed the embeddings here to speed things up. If you'd like to work through the full process however, check out [this notebook](https://colab.research.google.com/github/pinecone-io/examples/blob/master/docs/gen-qa-openai.ipynb).\n",
|
||||
"\n",
|
||||
"To download our precomputed embeddings we use Pinecone datasets:"
|
||||
]
|
||||
Reference in New Issue
Block a user